Re: [PATCH RFC 09/16] btrfs-progs: fsck: Introduce function to check dev extent item

2016-04-28 Thread Josef Bacik
On 04/25/2016 11:48 PM, Qu Wenruo wrote: From: Lu Fengqi Introduce function check_dev_extent_item() to find its referencer chunk. Signed-off-by: Lu Fengqi Signed-off-by: Qu Wenruo --- Reviewed-by: Josef Bacik Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH RFC 09/16] btrfs-progs: fsck: Introduce function to check dev extent item

2016-04-25 Thread Qu Wenruo
From: Lu Fengqi Introduce function check_dev_extent_item() to find its referencer chunk. Signed-off-by: Lu Fengqi Signed-off-by: Qu Wenruo --- cmds-check.c | 57 + 1 file changed, 57 insertions(+) diff --git a/cmds-check.c b/cmds-check.