From: Christoph Hellwig Date: Thu, 1 Oct 2009 16:58:30 +0000 (-0400) Subject: Btrfs: remove duplicates of filemap_ helpers X-Git-Tag: v2.6.32-rc3~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa38c31b7659e338fee4d9af4c3805acbd9806f;p=pandora-kernel.git Btrfs: remove duplicates of filemap_ helpers Use filemap_fdatawrite_range and filemap_fdatawait_range instead of local copies of the functions. For filemap_fdatawait_range that also means replacing the awkward old wait_on_page_writeback_range calling convention with the regular filemap byte offsets. Signed-off-by: Christoph Hellwig Signed-off-by: Chris Mason --- Reading git-diff-tree failed