diff options
author | 2023-05-21 10:28:11 +0200 | |
---|---|---|
committer | 2023-08-12 19:02:53 +0300 | |
commit | 36295542969dcfe7443f8cc5247863ed06a936d5 (patch) | |
tree | fd88e1f1d4c04422cfe11b4e3937ee7afd51b411 | |
parent | ovl: auto generate uuid for new overlay filesystems (diff) | |
download | wireguard-linux-36295542969dcfe7443f8cc5247863ed06a936d5.tar.xz wireguard-linux-36295542969dcfe7443f8cc5247863ed06a936d5.zip |
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>
-rw-r--r-- | fs/overlayfs/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/overlayfs/Kconfig b/fs/overlayfs/Kconfig index 6708e54b0e30..fec5020c3495 100644 --- a/fs/overlayfs/Kconfig +++ b/fs/overlayfs/Kconfig @@ -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. |