diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 5a9a9e5a3705..5e65add0f163 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2185,8 +2185,6 @@ static inline void insert_inode_hash(struct inode *inode) { | |||
2185 | __insert_inode_hash(inode, inode->i_ino); | 2185 | __insert_inode_hash(inode, inode->i_ino); |
2186 | } | 2186 | } |
2187 | 2187 | ||
2188 | extern void file_sb_list_add(struct file *f, struct super_block *sb); | ||
2189 | extern void file_sb_list_del(struct file *f); | ||
2190 | #ifdef CONFIG_BLOCK | 2188 | #ifdef CONFIG_BLOCK |
2191 | extern void submit_bio(int, struct bio *); | 2189 | extern void submit_bio(int, struct bio *); |
2192 | extern int bdev_read_only(struct block_device *); | 2190 | extern int bdev_read_only(struct block_device *); |