hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/fs/overlayfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config OVERLAY_FS
23 tristate "Overlay filesystem support"
34 select EXPORTFS
....@@ -8,7 +9,7 @@
89 'lower' filesystem is either hidden or, in the case of directories,
910 merged with the 'upper' object.
1011
11
- For more information see Documentation/filesystems/overlayfs.txt
12
+ For more information see Documentation/filesystems/overlayfs.rst
1213
1314 config OVERLAY_FS_REDIRECT_DIR
1415 bool "Overlayfs: turn on redirect directory feature by default"
....@@ -37,7 +38,7 @@
3738 If backward compatibility is not an issue, then it is safe and
3839 recommended to say N here.
3940
40
- For more information, see Documentation/filesystems/overlayfs.txt
41
+ For more information, see Documentation/filesystems/overlayfs.rst
4142
4243 If unsure, say Y.
4344
....@@ -92,6 +93,7 @@
9293 bool "Overlayfs: auto enable inode number mapping"
9394 default n
9495 depends on OVERLAY_FS
96
+ depends on 64BIT
9597 help
9698 If this config option is enabled then overlay filesystems will use
9799 unused high bits in undelying filesystem inode numbers to map all
....@@ -101,7 +103,7 @@
101103 If compatibility with applications that expect 32bit inodes is not an
102104 issue, then it is safe and recommended to say Y here.
103105
104
- For more information, see Documentation/filesystems/overlayfs.txt
106
+ For more information, see Documentation/filesystems/overlayfs.rst
105107
106108 If unsure, say N.
107109