From: Ariel Zelivansky <ar...@twistlock.com>

Signed-off-by: Ariel Zelivansky <ar...@twistlock.com>
---
 fs/notify/fanotify/Kconfig  | 9 +++++++++
 fs/notify/fanotify/Makefile | 1 +
 2 files changed, 10 insertions(+)

diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig
index e5f911b..80b670f 100644
--- a/fs/notify/fanotify/Kconfig
+++ b/fs/notify/fanotify/Kconfig
@@ -24,3 +24,12 @@ config FANOTIFY_ACCESS_PERMISSIONS
           hierarchical storage managent systems.
 
           If unsure, say N.
+
+config FANOTIFY_DEBUG
+       bool "fanotify debug messages"
+       depends on FANOTIFY
+       default n
+       ---help---
+           Say Y here to enable kernel debug messages (pr_debug) for fanotify.
+
+           If unsure, say N.
diff --git a/fs/notify/fanotify/Makefile b/fs/notify/fanotify/Makefile
index 0999213..5043e75 100644
--- a/fs/notify/fanotify/Makefile
+++ b/fs/notify/fanotify/Makefile
@@ -1 +1,2 @@
 obj-$(CONFIG_FANOTIFY)         += fanotify.o fanotify_user.o
+ccflags-$(CONFIG_FANOTIFY_DEBUG)       += -DDEBUG
-- 
2.7.4

Reply via email to