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:
cfd4a53
)
Btrfs: fix EIO on reading file after ioctl clone works on it
author
Liu Bo
<bo.li.liu@oracle.com>
Fri, 9 May 2014 02:01:02 +0000
(10:01 +0800)
committer
Chris Mason
<clm@fb.com>
Tue, 20 May 2014 17:17:48 +0000
(10:17 -0700)
For inline data extent, we need to make its length aligned, otherwise,
we can get a phantom extent map which confuses readpages() to return -EIO.
This can be detected by xfstests/btrfs/035.
Reported-by: David Disseldorp <ddiss@suse.de>
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ioctl.c
patch
|
blob
|
history
diff --cc
fs/btrfs/ioctl.c
Simple merge