git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9998eb7
)
Btrfs: don't reserve data with extents locked in btrfs_fallocate
author
Chris Mason
<chris.mason@oracle.com>
Wed, 1 Feb 2012 01:27:41 +0000
(20:27 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Wed, 1 Feb 2012 01:27:41 +0000
(20:27 -0500)
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>
No differences found