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:
e6c4efd
)
Btrfs: fix wrong parse of extent map's tracepoint
author
Liu Bo
<bo.li.liu@oracle.com>
Wed, 17 Sep 2014 13:36:41 +0000
(21:36 +0800)
committer
Chris Mason
<clm@fb.com>
Thu, 18 Sep 2014 14:14:47 +0000
(07:14 -0700)
The tracepoint of extent map doesn't parse @flag correctly, we set @flag via
set_bit(), so we need to parse it on a bit bias.
Also add the missing flag, EXTENT_FLAG_FS_MAPPING.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
No differences found