]> bbs.cooldavid.org Git - net-next-2.6.git/blob - fs/notify/fanotify/fanotify.h
fanotify: remove fanotify.h declarations
[net-next-2.6.git] / fs / notify / fanotify / fanotify.h
1 #include <linux/fanotify.h>
2 #include <linux/fsnotify_backend.h>
3 #include <linux/net.h>
4 #include <linux/kernel.h>
5 #include <linux/types.h>
6
7 extern const struct fsnotify_ops fanotify_fsnotify_ops;
8
9 static inline __u32 fanotify_outgoing_mask(__u32 mask)
10 {
11         return mask & FAN_ALL_OUTGOING_EVENTS;
12 }