From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lino Sanfilippo Subject: [PATCH 6/6] fanotify: remove obsolete flag FAN_MARK_ONDIR Date: Thu, 2 Dec 2010 11:10:06 +0100 Message-ID: <20101202101006.GG5196@lsanfilippo.unix.rd.tt.avira.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: eparis@redhat.com Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The FAN_MARK_ONDIR flag is not longer needed, so we can remove it. Signed-off-by: Lino Sanfilippo --- 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