.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config OVERLAY_FS |
---|
2 | 3 | tristate "Overlay filesystem support" |
---|
3 | 4 | select EXPORTFS |
---|
.. | .. |
---|
8 | 9 | 'lower' filesystem is either hidden or, in the case of directories, |
---|
9 | 10 | merged with the 'upper' object. |
---|
10 | 11 | |
---|
11 | | - For more information see Documentation/filesystems/overlayfs.txt |
---|
| 12 | + For more information see Documentation/filesystems/overlayfs.rst |
---|
12 | 13 | |
---|
13 | 14 | config OVERLAY_FS_REDIRECT_DIR |
---|
14 | 15 | bool "Overlayfs: turn on redirect directory feature by default" |
---|
.. | .. |
---|
37 | 38 | If backward compatibility is not an issue, then it is safe and |
---|
38 | 39 | recommended to say N here. |
---|
39 | 40 | |
---|
40 | | - For more information, see Documentation/filesystems/overlayfs.txt |
---|
| 41 | + For more information, see Documentation/filesystems/overlayfs.rst |
---|
41 | 42 | |
---|
42 | 43 | If unsure, say Y. |
---|
43 | 44 | |
---|
.. | .. |
---|
92 | 93 | bool "Overlayfs: auto enable inode number mapping" |
---|
93 | 94 | default n |
---|
94 | 95 | depends on OVERLAY_FS |
---|
| 96 | + depends on 64BIT |
---|
95 | 97 | help |
---|
96 | 98 | If this config option is enabled then overlay filesystems will use |
---|
97 | 99 | unused high bits in undelying filesystem inode numbers to map all |
---|
.. | .. |
---|
101 | 103 | If compatibility with applications that expect 32bit inodes is not an |
---|
102 | 104 | issue, then it is safe and recommended to say Y here. |
---|
103 | 105 | |
---|
104 | | - For more information, see Documentation/filesystems/overlayfs.txt |
---|
| 106 | + For more information, see Documentation/filesystems/overlayfs.rst |
---|
105 | 107 | |
---|
106 | 108 | If unsure, say N. |
---|
107 | 109 | |
---|