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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 2beddc284bc2..b37beaf7a3a5 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2151,7 +2151,6 @@ static inline int sb_is_blkdev_sb(struct super_block *sb)
2151extern int sync_filesystem(struct super_block *); 2151extern int sync_filesystem(struct super_block *);
2152extern const struct file_operations def_blk_fops; 2152extern const struct file_operations def_blk_fops;
2153extern const struct file_operations def_chr_fops; 2153extern const struct file_operations def_chr_fops;
2154extern const struct file_operations bad_sock_fops;
2155#ifdef CONFIG_BLOCK 2154#ifdef CONFIG_BLOCK
2156extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long); 2155extern int ioctl_by_bdev(struct block_device *, unsigned, unsigned long);
2157extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long); 2156extern int blkdev_ioctl(struct block_device *, fmode_t, unsigned, unsigned long);