[PATCH] Add config option to build fanotify with debug messages

From: ariel
Date: Tue Aug 22 2017 - 07:36:28 EST


From: Ariel Zelivansky <ariel@xxxxxxxxxxxxx>

Signed-off-by: Ariel Zelivansky <ariel@xxxxxxxxxxxxx>
---
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