aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2009-04-27 10:43:50 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2009-06-11 21:36:03 -0400
commit429479f031322a0cc5c921ffb2321a51718dc875 (patch)
tree6741f7f1bfa1d889bbc4f44ab0489de97a3e47c0 /include
parentbfe881255c74800147523b59c85328a1a826ba21 (diff)
vfs: Make __fsync_super() a static function (version 4)
__fsync_super() does the same thing as fsync_super(). So change the only caller to use fsync_super() and make __fsync_super() static. This removes unnecessarily duplicated call to sync_blockdev() and prepares ground for the changes to __fsync_super() in the following patches. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-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 36bcff7036ef..41a9907f342e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2078,7 +2078,6 @@ extern int filemap_fdatawrite_range(struct address_space *mapping,
2078extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync); 2078extern int vfs_fsync(struct file *file, struct dentry *dentry, int datasync);
2079extern void sync_supers(void); 2079extern void sync_supers(void);
2080extern void sync_filesystems(int wait); 2080extern void sync_filesystems(int wait);
2081extern void __fsync_super(struct super_block *sb);
2082extern void emergency_sync(void); 2081extern void emergency_sync(void);
2083extern void emergency_remount(void); 2082extern void emergency_remount(void);
2084extern int do_remount_sb(struct super_block *sb, int flags, 2083extern int do_remount_sb(struct super_block *sb, int flags,