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:
3765fef
)
Btrfs: fix pages truncation in btrfs_ioctl_clone()
author
Li Zefan
<lizf@cn.fujitsu.com>
Sun, 18 Sep 2011 14:20:46 +0000
(10:20 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Sun, 18 Sep 2011 14:20:46 +0000
(10:20 -0400)
It's a bug in commit
f81c9cdc567cd3160ff9e64868d9a1a7ee226480
(Btrfs: truncate pages from clone ioctl target range)
We should pass the dest range to the truncate function, but not the
src range.
Also move the function before locking extent state.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found