Re: [PATCH RFC 08/16] btrfs-progs: fsck: Introduce function to check an extent

2016-04-28 Thread Josef Bacik
On 04/25/2016 11:48 PM, Qu Wenruo wrote: From: Lu Fengqi Introduce function check_extent_item() using previous introduced functions. With previous function to check referencer and backref, this function can be quite easy. Signed-off-by: Lu Fengqi Signed-off-by: Qu Wenruo --- cmds-check.c |

[PATCH RFC 08/16] btrfs-progs: fsck: Introduce function to check an extent

2016-04-25 Thread Qu Wenruo
From: Lu Fengqi Introduce function check_extent_item() using previous introduced functions. With previous function to check referencer and backref, this function can be quite easy. Signed-off-by: Lu Fengqi Signed-off-by: Qu Wenruo --- cmds-check.c | 113 ++