Btrfs: fix arguments to btrfs_wait_on_page_writeback_range
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Sep 2009 20:47:08 +0000 (16:47 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 1 Oct 2009 14:27:01 +0000 (10:27 -0400)
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 <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found