diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dnotify.h | 1 | ||||
| -rw-r--r-- | include/linux/fs.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/dnotify.h b/include/linux/dnotify.h index ecc06286226..3290555a52e 100644 --- a/include/linux/dnotify.h +++ b/include/linux/dnotify.h | |||
| @@ -28,6 +28,7 @@ struct dnotify_struct { | |||
| 28 | FS_CREATE | FS_DN_RENAME |\ | 28 | FS_CREATE | FS_DN_RENAME |\ |
| 29 | FS_MOVED_FROM | FS_MOVED_TO) | 29 | FS_MOVED_FROM | FS_MOVED_TO) |
| 30 | 30 | ||
| 31 | extern int dir_notify_enable; | ||
| 31 | extern void dnotify_flush(struct file *, fl_owner_t); | 32 | extern void dnotify_flush(struct file *, fl_owner_t); |
| 32 | extern int fcntl_dirnotify(int, struct file *, unsigned long); | 33 | extern int fcntl_dirnotify(int, struct file *, unsigned long); |
| 33 | 34 | ||
diff --git a/include/linux/fs.h b/include/linux/fs.h index f9a00327875..d92c212476f 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, |
