diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2018-05-31 05:06:10 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-05-31 05:06:10 -0400 |
commit | 4280f74a577dfbfac83e9ab38e7113ea3102a2eb (patch) | |
tree | 0453fabe4e12eacf1214bde412f3751c34f5d8f6 | |
parent | 05af4fe79b8007d0a988e6251adef62976f4f54e (diff) |
ovl: Kconfig documentation fixes
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-rw-r--r-- | fs/overlayfs/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig index 17032631c5cf..9384164253ac 100644 --- a/fs/overlayfs/Kconfig +++ b/fs/overlayfs/Kconfig | |||
@@ -11,7 +11,7 @@ config OVERLAY_FS | |||
11 | For more information see Documentation/filesystems/overlayfs.txt | 11 | For more information see Documentation/filesystems/overlayfs.txt |
12 | 12 | ||
13 | config OVERLAY_FS_REDIRECT_DIR | 13 | config OVERLAY_FS_REDIRECT_DIR |
14 | bool "Overlayfs: turn on redirect dir feature by default" | 14 | bool "Overlayfs: turn on redirect directory feature by default" |
15 | depends on OVERLAY_FS | 15 | depends on OVERLAY_FS |
16 | help | 16 | help |
17 | If this config option is enabled then overlay filesystems will use | 17 | If this config option is enabled then overlay filesystems will use |
@@ -46,7 +46,7 @@ config OVERLAY_FS_INDEX | |||
46 | depends on OVERLAY_FS | 46 | depends on OVERLAY_FS |
47 | help | 47 | help |
48 | If this config option is enabled then overlay filesystems will use | 48 | If this config option is enabled then overlay filesystems will use |
49 | the inodes index dir to map lower inodes to upper inodes by default. | 49 | the index directory to map lower inodes to upper inodes by default. |
50 | In this case it is still possible to turn off index globally with the | 50 | In this case it is still possible to turn off index globally with the |
51 | "index=off" module option or on a filesystem instance basis with the | 51 | "index=off" module option or on a filesystem instance basis with the |
52 | "index=off" mount option. | 52 | "index=off" mount option. |
@@ -66,7 +66,7 @@ config OVERLAY_FS_NFS_EXPORT | |||
66 | depends on OVERLAY_FS_INDEX | 66 | depends on OVERLAY_FS_INDEX |
67 | help | 67 | help |
68 | If this config option is enabled then overlay filesystems will use | 68 | If this config option is enabled then overlay filesystems will use |
69 | the inodes index dir to decode overlay NFS file handles by default. | 69 | the index directory to decode overlay NFS file handles by default. |
70 | In this case, it is still possible to turn off NFS export support | 70 | In this case, it is still possible to turn off NFS export support |
71 | globally with the "nfs_export=off" module option or on a filesystem | 71 | globally with the "nfs_export=off" module option or on a filesystem |
72 | instance basis with the "nfs_export=off" mount option. | 72 | instance basis with the "nfs_export=off" mount option. |