commit | 254a2d14fa77ac8a1b64f6171ec5f717f0753b53 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Wed Sep 17 21:36:41 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Thu Sep 18 07:14:47 2014 -0700 |
tree | 8c267b8ff8a70cffef475fca3874078bc9571d1b | |
parent | e6c4efd87ab04e5ead363f24e6ac35ed3506d401 [diff] |
Btrfs: fix wrong parse of extent map's tracepoint 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>