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:
180591b
)
Btrfs: don't change file extent's ram_bytes in btrfs_drop_extents
author
Yan Zheng
<zheng.yan@oracle.com>
Tue, 6 Jan 2009 14:58:02 +0000
(09:58 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Tue, 6 Jan 2009 14:58:02 +0000
(09:58 -0500)
btrfs_drop_extents doesn't change file extent's ram_bytes
in the case of booked extent. To be consistent, we should
also not change ram_bytes when truncating existing extent.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
No differences found