summaryrefslogtreecommitdiffstats
path: root/fs/open.c
diff options
context:
space:
mode:
authorEric Paris2009-12-18 02:30:52 +0100
committerEric Paris2010-07-28 15:58:31 +0200
commit2dfc1cae4c42b93b831b2417540df2b895ab7108 (patch)
treee07a0075964fd2cb9210b302114255e16ab1d4c0 /fs/open.c
parentinotify: do not reuse watch descriptors (diff)
downloadkernel-qcow2-linux-2dfc1cae4c42b93b831b2417540df2b895ab7108.tar.gz
kernel-qcow2-linux-2dfc1cae4c42b93b831b2417540df2b895ab7108.tar.xz
kernel-qcow2-linux-2dfc1cae4c42b93b831b2417540df2b895ab7108.zip
inotify: remove inotify in kernel interface
nothing uses inotify in the kernel, drop it! Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/open.c')
-rw-r--r--fs/open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/open.c b/fs/open.c
index 5463266db9e6..94d54d3efa8b 100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -29,6 +29,7 @@
#include <linux/falloc.h>
#include <linux/fs_struct.h>
#include <linux/ima.h>
+#include <linux/dnotify.h>
#include "internal.h"