commit | 315a9850da2b89c83971b26fe54a60f22bdd91ad | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu Nov 01 07:33:59 2012 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Dec 12 17:15:21 2012 -0500 |
tree | 725e3b6476abe2202457b6b39443dac47ec442c4 | |
parent | ca46963718ef7368c84267c9f5e7394c3890442a [diff] |
Btrfs: fix wrong file extent length There are two types of the file extent - inline extent and regular extent, When we log file extents, we didn't take inline extent into account, fix it. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Reviewed-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>