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:
4cb13e5
)
Btrfs: add a check to decide if we should defrag the range
author
Liu Bo
<liubo2009@cn.fujitsu.com>
Thu, 29 Mar 2012 13:57:45 +0000
(09:57 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 29 Mar 2012 13:57:45 +0000
(09:57 -0400)
If our file's layout is as follows:
| hole | data1 | hole | data2 |
we do not need to defrag this file, because this file has holes and
cannot be merged into one extent.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found