Commit 62c6943b4b1e818aea60c11c5a68a50785b83119

Authored by Al Viro
1 parent 443b94baaa

Trim a bit of crap from fs.h

do_remount_sb() is fs/internal.h fodder, fsync_no_super() is long gone.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 2 changed files with 5 additions and 3 deletions Side-by-side Diff

... ... @@ -78,4 +78,9 @@
78 78 * file_table.c
79 79 */
80 80 extern void mark_files_ro(struct super_block *);
  81 +
  82 +/*
  83 + * super.c
  84 + */
  85 +extern int do_remount_sb(struct super_block *, int, void *, int);
... ... @@ -1942,7 +1942,6 @@
1942 1942 extern void emergency_thaw_all(void);
1943 1943 extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);
1944 1944 extern int fsync_bdev(struct block_device *);
1945   -extern int fsync_no_super(struct block_device *);
1946 1945 #else
1947 1946 static inline void bd_forget(struct inode *inode) {}
1948 1947 static inline int sync_blockdev(struct block_device *bdev) { return 0; }
... ... @@ -2079,8 +2078,6 @@
2079 2078 extern void sync_supers(void);
2080 2079 extern void emergency_sync(void);
2081 2080 extern void emergency_remount(void);
2082   -extern int do_remount_sb(struct super_block *sb, int flags,
2083   - void *data, int force);
2084 2081 #ifdef CONFIG_BLOCK
2085 2082 extern sector_t bmap(struct inode *, sector_t);
2086 2083 #endif