lkml.org 
[lkml]   [2017]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Add config option to build fanotify with debug messages
Date
From: Ariel Zelivansky <ariel@twistlock.com>

Signed-off-by: Ariel Zelivansky <ariel@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
\
 
 \ /
  Last update: 2017-08-22 13:37    [W:0.042 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site