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 fb1822bed7c8..e7833ef5d1d6 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1942,7 +1942,6 @@ extern struct super_block *freeze_bdev(struct block_device *);
1942extern void emergency_thaw_all(void); 1942extern void emergency_thaw_all(void);
1943extern int thaw_bdev(struct block_device *bdev, struct super_block *sb); 1943extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);
1944extern int fsync_bdev(struct block_device *); 1944extern int fsync_bdev(struct block_device *);
1945extern int fsync_no_super(struct block_device *);
1946#else 1945#else
1947static inline void bd_forget(struct inode *inode) {} 1946static inline void bd_forget(struct inode *inode) {}
1948static inline int sync_blockdev(struct block_device *bdev) { return 0; } 1947static inline int sync_blockdev(struct block_device *bdev) { return 0; }
@@ -2079,8 +2078,6 @@ extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync);
2079extern void sync_supers(void); 2078extern void sync_supers(void);
2080extern void emergency_sync(void); 2079extern void emergency_sync(void);
2081extern void emergency_remount(void); 2080extern void emergency_remount(void);
2082extern int do_remount_sb(struct super_block *sb, int flags,
2083 void *data, int force);
2084#ifdef CONFIG_BLOCK 2081#ifdef CONFIG_BLOCK
2085extern sector_t bmap(struct inode *, sector_t); 2082extern sector_t bmap(struct inode *, sector_t);
2086#endif 2083#endif