commit | 35d62a942db5ae03104929fe7397835b572c4bc4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 30 16:47:08 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Oct 01 10:27:01 2009 -0400 |
tree | 91ea5b0a79e898f57cd644e1ff0437748aa0781b | |
parent | dd7e0b7b02ccff73b87032e20fc5b4f2c1cfcc14 [diff] |
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 <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com>