commit | 549b4fdb8f3c0708bbc0ee12ff955cd206c0f60c | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Oct 05 16:33:53 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:53 2011 -0400 |
tree | 8ee21d81f99dd2efd801c59c1d5eaf800f6b0ec0 | |
parent | a67509c30079f4c5025fb19ea443fb2906c3a85e [diff] |
Btrfs: check the return value of filemap_write_and_wait in the space cache We need to check the return value of filemap_write_and_wait in the space cache writeout code. Also don't set the inode's generation until we're sure nothing else is going to fail. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>