diff options
author | Josef Sipek <jeffpc@josefsipek.net> | 2008-04-11 03:11:02 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-04-17 22:18:42 -0400 |
commit | f6e9f28865552bd9d79a9df93cf120436b073223 (patch) | |
tree | 9ed0e0e42f657513470bcbf52c9abf5eb786a425 /Documentation/filesystems | |
parent | 033bfb1a65242e0d60e6fc991cd9b3553053d334 (diff) |
[XFS] Update XFS documentation for noikeep/ikeep.
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 <jeffpc@josefsipek.net>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/xfs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 10ba81f4be0d..0a1668ba2600 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt | |||
@@ -59,7 +59,8 @@ When mounting an XFS filesystem, the following options are accepted. | |||
59 | When ikeep is specified, XFS does not delete empty inode clusters | 59 | When ikeep is specified, XFS does not delete empty inode clusters |
60 | and keeps them around on disk. ikeep is the traditional XFS | 60 | and keeps them around on disk. ikeep is the traditional XFS |
61 | behaviour. When noikeep is specified, empty inode clusters | 61 | behaviour. When noikeep is specified, empty inode clusters |
62 | are returned to the free space pool. The default is noikeep. | 62 | are returned to the free space pool. The default is noikeep for |
63 | non-DMAPI mounts, while ikeep is the default when DMAPI is in use. | ||
63 | 64 | ||
64 | inode64 | 65 | inode64 |
65 | Indicates that XFS is allowed to create inodes at any location | 66 | Indicates that XFS is allowed to create inodes at any location |