From: Jan Kara Date: Mon, 27 Apr 2009 14:43:50 +0000 (+0200) Subject: vfs: Make __fsync_super() a static function (version 4) X-Git-Tag: v2.6.31-rc1~375^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429479f031322a0cc5c921ffb2321a51718dc875;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed