From: Christoph Hellwig Date: Wed, 30 Sep 2009 20:47:08 +0000 (-0400) Subject: Btrfs: fix arguments to btrfs_wait_on_page_writeback_range X-Git-Tag: v2.6.32-rc3~13^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d62a942db5ae03104929fe7397835b572c4bc4;p=pandora-kernel.git Btrfs: fix arguments to btrfs_wait_on_page_writeback_range wait_on_page_writeback_range/btrfs_wait_on_page_writeback_range takes a pagecache offset, not a byte offset into the file. Shift the arguments around to wait for the correct range Signed-off-by: Christoph Hellwig Signed-off-by: Chris Mason --- Reading git-diff-tree failed