|
@@ -1942,7 +1942,6 @@ extern struct super_block *freeze_bdev(struct block_device *);
|
|
extern void emergency_thaw_all(void);
|
|
extern void emergency_thaw_all(void);
|
|
extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);
|
|
extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);
|
|
extern int fsync_bdev(struct block_device *);
|
|
extern int fsync_bdev(struct block_device *);
|
|
-extern int fsync_no_super(struct block_device *);
|
|
|
|
#else
|
|
#else
|
|
static inline void bd_forget(struct inode *inode) {}
|
|
static inline void bd_forget(struct inode *inode) {}
|
|
static inline int sync_blockdev(struct block_device *bdev) { return 0; }
|
|
static 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);
|
|
extern void sync_supers(void);
|
|
extern void sync_supers(void);
|
|
extern void emergency_sync(void);
|
|
extern void emergency_sync(void);
|
|
extern void emergency_remount(void);
|
|
extern void emergency_remount(void);
|
|
-extern int do_remount_sb(struct super_block *sb, int flags,
|
|
|
|
- void *data, int force);
|
|
|
|
#ifdef CONFIG_BLOCK
|
|
#ifdef CONFIG_BLOCK
|
|
extern sector_t bmap(struct inode *, sector_t);
|
|
extern sector_t bmap(struct inode *, sector_t);
|
|
#endif
|
|
#endif
|