Btrfs: clear pages dirty for io and set them extent mapped
authorJosef Bacik <josef@redhat.com>
Tue, 15 Nov 2011 14:31:24 +0000 (09:31 -0500)
committerChris Mason <chris.mason@oracle.com>
Sun, 20 Nov 2011 12:42:17 +0000 (07:42 -0500)
When doing the io_ctl helpers to clean up the free space cache stuff I stopped
using our normal prepare_pages stuff, which means I of course forgot to do
things like set the pages extent mapped, which will cause us all sorts of
wonderful propblems.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>

No differences found