From: Josef Bacik Date: Mon, 23 Apr 2012 19:09:39 +0000 (-0400) Subject: Btrfs: do not do filemap_write_and_wait_range in fsync X-Git-Tag: v3.5-rc1~17^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0885ef5b5601e9b007c383e77c172769b1f214fd;p=pandora-kernel.git Btrfs: do not do filemap_write_and_wait_range in fsync We already do the btrfs_wait_ordered_range which will do this for us, so just remove this call so we don't call it twice. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed