commit | d98456fcafa6f3fd1985f9b7429aaa3531c6bfa0 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jan 31 20:27:41 2012 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Jan 31 20:27:41 2012 -0500 |
tree | 7cf01b839f68a612b8d612e7eb6315955f792d73 | |
parent | 9998eb703490589c3e8f1bf09b15203156776edb [diff] |
Btrfs: don't reserve data with extents locked in btrfs_fallocate btrfs_fallocate tries to allocate space only if ranges in the file don't already exist. But the enospc checks it does are not allowed with extents locked. Signed-off-by: Chris Mason <chris.mason@oracle.com>