mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUG
Provide a Kconfig option to enable extra debugging checks for overlayfs. Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Andrea Righi <andrea.righi@canonical.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com>
This commit is contained in:
parent
cbb44f0935
commit
3629554296
@ -124,3 +124,12 @@ config OVERLAY_FS_METACOPY
|
||||
that doesn't support this feature will have unexpected results.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config OVERLAY_FS_DEBUG
|
||||
bool "Overlayfs: turn on extra debugging checks"
|
||||
default n
|
||||
depends on OVERLAY_FS
|
||||
help
|
||||
Say Y here to enable extra debugging checks in overlayfs.
|
||||
|
||||
If unsure, say N.
|
||||
|
Loading…
Reference in New Issue
Block a user