From: Christoph Hellwig Date: Thu, 17 Dec 2009 13:24:40 +0000 (+0100) Subject: fold do_sync_file_range into sys_sync_file_range X-Git-Tag: v2.6.33-rc1~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0ad10c367ab57c899d340372f37880cbe6ab52;p=pandora-kernel.git fold do_sync_file_range into sys_sync_file_range We recently go rid of all callers of do_sync_file_range as they're better served with vfs_fsync or the filemap_write_and_wait. Now that do_sync_file_range is down to a single caller fold it into it so that people don't start using it again accidentally. While at it also switch it from using __filemap_fdatawrite_range(..., WB_SYNC_ALL) to the more clear filemap_fdatawrite_range(). Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed