Skip to content

Commit

Permalink
[XFS] Update XFS documentation for noikeep/ikeep.
Browse files Browse the repository at this point in the history
Mention how DMAPI affects default for noikeep.
Slightly modified since Josef's patch was based on
an old xfs.txt prior to Dave's (dgc) checkin which
missed going to oss.

Signed-off-by: Josef Sipek <[email protected]>
Signed-off-by: Tim Shimmin <[email protected]>
  • Loading branch information
jeffpc authored and Lachlan McIlroy committed Apr 18, 2008
1 parent 033bfb1 commit f6e9f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/filesystems/xfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ When mounting an XFS filesystem, the following options are accepted.
When ikeep is specified, XFS does not delete empty inode clusters
and keeps them around on disk. ikeep is the traditional XFS
behaviour. When noikeep is specified, empty inode clusters
are returned to the free space pool. The default is noikeep.
are returned to the free space pool. The default is noikeep for
non-DMAPI mounts, while ikeep is the default when DMAPI is in use.

inode64
Indicates that XFS is allowed to create inodes at any location
Expand Down

0 comments on commit f6e9f28

Please sign in to comment.