File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Documentation/filesystems Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ .. SPDX-License-Identifier: GPL-2.0
2
+
1
3
Written by: Neil Brown
2
4
Please see MAINTAINERS file for where to send questions.
3
5
@@ -181,7 +183,7 @@ Kernel config options:
181
183
worried about backward compatibility with kernels that have the redirect_dir
182
184
feature and follow redirects even if turned off.
183
185
184
- Module options (can also be changed through /sys/module/overlay/parameters/* ):
186
+ Module options (can also be changed through /sys/module/overlay/parameters/):
185
187
186
188
- "redirect_dir=BOOL":
187
189
See OVERLAY_FS_REDIRECT_DIR kernel config option above.
@@ -263,7 +265,7 @@ top, lower2 the middle and lower3 the bottom layer.
263
265
264
266
265
267
Metadata only copy up
266
- --------------------
268
+ ---------------------
267
269
268
270
When metadata only copy up feature is enabled, overlayfs will only copy
269
271
up metadata (as opposed to whole file), when a metadata specific operation
@@ -286,10 +288,10 @@ pointed by REDIRECT. This should not be possible on local system as setting
286
288
"trusted." xattrs will require CAP_SYS_ADMIN. But it should be possible
287
289
for untrusted layers like from a pen drive.
288
290
289
- Note: redirect_dir={off|nofollow|follow(*) } conflicts with metacopy=on, and
291
+ Note: redirect_dir={off|nofollow|follow[*] } conflicts with metacopy=on, and
290
292
results in an error.
291
293
292
- (*) redirect_dir=follow only conflicts with metacopy=on if upperdir=... is
294
+ [*] redirect_dir=follow only conflicts with metacopy=on if upperdir=... is
293
295
given.
294
296
295
297
Sharing and copying layers
You can’t perform that action at this time.
0 commit comments