diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-24 07:44:08 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-05-01 13:08:16 -0400 |
commit | 9f3acc3140444a900ab280de942291959f0f615d (patch) | |
tree | 0d7f3f9698071ff90fb9a127a4c6e86e1c37c945 /fs/dnotify.c | |
parent | a2dcb44c3c5a8151d2d9f6ac8ad0789efcdbe184 (diff) |
[PATCH] split linux/file.h
Initial splitoff of the low-level stuff; taken to fdtable.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/dnotify.c')
-rw-r--r-- | fs/dnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dnotify.c b/fs/dnotify.c index eaecc4cfe540..676073b8dda5 100644 --- a/fs/dnotify.c +++ b/fs/dnotify.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/spinlock.h> | 21 | #include <linux/spinlock.h> |
22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | #include <linux/file.h> | 23 | #include <linux/fdtable.h> |
24 | 24 | ||
25 | int dir_notify_enable __read_mostly = 1; | 25 | int dir_notify_enable __read_mostly = 1; |
26 | 26 | ||