commit | f7d61dcd6873c49bcc42be2caa2af1c2511aa915 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Tue Nov 15 09:31:24 2011 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Nov 20 07:42:17 2011 -0500 |
tree | 9619519c2eac1dd207bf822f348575cf9f98ba47 | |
parent | 291c7d2f577428f896daa5002e784959328a80aa [diff] |
Btrfs: clear pages dirty for io and set them extent mapped 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>