diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2010-01-20 15:27:56 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:59:01 -0400 |
commit | 6e006701ccc1590500186ef21e074bd900c5dd67 (patch) | |
tree | e8c1ac5898517b73a6da61be1f7c496138de8748 /include/linux/fs.h | |
parent | 59b0df211bd9699d7e0d01fcf9345a149f75b033 (diff) |
dnotify: move dir_notify_enable declaration
Move dir_notify_enable declaration to where it belongs -- dnotify.h .
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index f9a003278758..d92c212476f9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -410,9 +410,6 @@ extern int get_max_files(void); | |||
410 | extern int sysctl_nr_open; | 410 | extern int sysctl_nr_open; |
411 | extern struct inodes_stat_t inodes_stat; | 411 | extern struct inodes_stat_t inodes_stat; |
412 | extern int leases_enable, lease_break_time; | 412 | extern int leases_enable, lease_break_time; |
413 | #ifdef CONFIG_DNOTIFY | ||
414 | extern int dir_notify_enable; | ||
415 | #endif | ||
416 | 413 | ||
417 | struct buffer_head; | 414 | struct buffer_head; |
418 | typedef int (get_block_t)(struct inode *inode, sector_t iblock, | 415 | typedef int (get_block_t)(struct inode *inode, sector_t iblock, |