Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339391
b: refs/heads/master
c: c99abb8
h: refs/heads/master
i:
  339389: a5fbfc7
  339387: 3a44634
  339383: 16ec45a
  339375: ec94712
  339359: 674ebc6
  339327: 03f752c
v: v3
  • Loading branch information
Carlos Maiolino authored and Ben Myers committed Nov 2, 2012
1 parent 5c997f0 commit 0961433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd856db69c88db438215244571957d812bdc6813
refs/heads/master: c99abb8f560798625323c7b21d5636259017825d
11 changes: 9 additions & 2 deletions trunk/Documentation/filesystems/xfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0961433

Please sign in to comment.