aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-12-17 21:24:29 -0500
committerEric Paris <eparis@redhat.com>2010-07-28 09:58:59 -0400
commit88380fe66e0ac22529f5426ab27d67da00ed2628 (patch)
tree2585cd0b8407263628696476be7aa4f5b7d24a1b /include/linux
parentf3640192c0a177506ec08ab07ed3178b912574da (diff)
fanotify: remove fanotify.h declarations
fanotify_mark_validate functions are all needlessly declared in headers as static inlines. Instead just do the checks where they are needed for code readability. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fanotify.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/fanotify.h b/include/linux/fanotify.h
index 5ee22fb274e5..90e59b24fd04 100644
--- a/include/linux/fanotify.h
+++ b/include/linux/fanotify.h
@@ -47,13 +47,6 @@
47 FAN_CLOSE |\ 47 FAN_CLOSE |\
48 FAN_OPEN) 48 FAN_OPEN)
49 49
50/*
51 * All legal FAN bits userspace can request (although possibly not all
52 * at the same time.
53 */
54#define FAN_ALL_INCOMING_EVENTS (FAN_ALL_EVENTS |\
55 FAN_EVENT_ON_CHILD)
56
57#define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS |\ 50#define FAN_ALL_OUTGOING_EVENTS (FAN_ALL_EVENTS |\
58 FAN_Q_OVERFLOW) 51 FAN_Q_OVERFLOW)
59 52