[PATCH] xfs: Update mount options documentation
Mark Tinguely
tinguely at sgi.com
Thu Oct 18 10:50:18 CDT 2012
On 10/18/12 10:28, Carlos Maiolino wrote:
> Once inode64 is the default allocation mode now, kernel documentation should be
> updated to match this behaviour.
>
> Signed-off-by: Carlos Maiolino<cmaiolino at redhat.com>
> ---
> Documentation/filesystems/xfs.txt | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt
> index 3fc0c31..1718775 100644
> --- a/Documentation/filesystems/xfs.txt
> +++ b/Documentation/filesystems/xfs.txt
> @@ -72,8 +72,15 @@ When mounting an XFS filesystem, the following options are accepted.
> Indicates that XFS is allowed to create inodes at any location
> in the filesystem, including those which will result in inode
> numbers occupying more than 32 bits of significance. This is
> - provided for backwards compatibility, but causes problems for
> - backup applications that cannot handle large inode numbers.
> + the default allocation option. Applications which do not handle
> + inode numbers bigger than 32 bits, should use inode32 option.
> +
> + inode32
> + Indicates that XFS is limited to create inodes at locations which
> + will not result in inode numbers with more than 32 bits of
> + significance. This is provided for backwards compatibility, since
> + 64 bits inode numbers might cause problems for some applications
> + that cannot handle large inode numbers.
>
> largeio/nolargeio
> If "nolargeio" is specified, the optimal I/O reported in
An engineer that documents!
Would "Indicates that XFS is allowed to create inodes at locations up to
32 bits of significance .."
Do you want to add that it can still read/write/unlink the inodes
numbered > 32 bits that were created via inode64?
--Mark Tinguely.
More information about the xfs
mailing list