linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] fanotify: remove obsolete flag FAN_MARK_ONDIR
@ 2010-12-02 10:10 Lino Sanfilippo
  0 siblings, 0 replies; only message in thread
From: Lino Sanfilippo @ 2010-12-02 10:10 UTC (permalink / raw)
  To: eparis; +Cc: linux-kernel, linux-fsdevel


The FAN_MARK_ONDIR flag is not longer needed, so we can remove it.

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
---
 include/linux/fanotify.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h
index d6ec57a..8533799 100644
--- a/include/linux/fanotify.h
+++ b/include/linux/fanotify.h
@@ -52,10 +52,6 @@
 #define FAN_MARK_IGNORED_MASK	0x00000020
 #define FAN_MARK_IGNORED_SURV_MODIFY	0x00000040
 #define FAN_MARK_FLUSH		0x00000080
-#ifdef __KERNEL__
-/* not valid from userspace, only kernel internal */
-#define FAN_MARK_ONDIR		0x00000100
-#endif
 
 #define FAN_ALL_MARK_FLAGS	(FAN_MARK_ADD |\
 				 FAN_MARK_REMOVE |\
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-02 10:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 10:10 [PATCH 6/6] fanotify: remove obsolete flag FAN_MARK_ONDIR Lino Sanfilippo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).