aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
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);
410extern int sysctl_nr_open; 410extern int sysctl_nr_open;
411extern struct inodes_stat_t inodes_stat; 411extern struct inodes_stat_t inodes_stat;
412extern int leases_enable, lease_break_time; 412extern int leases_enable, lease_break_time;
413#ifdef CONFIG_DNOTIFY
414extern int dir_notify_enable;
415#endif
416 413
417struct buffer_head; 414struct buffer_head;
418typedef int (get_block_t)(struct inode *inode, sector_t iblock, 415typedef int (get_block_t)(struct inode *inode, sector_t iblock,