Re: [PATCH 1/3] btrfs-progs: check: report more specific info about invalid location

2017-11-21 Thread Su Yue
On 11/21/2017 07:46 PM, Nikolay Borisov wrote: On 21.11.2017 12:15, Su Yue wrote: Previously, it was so useless to print message like "invalid location %d". Let it print objectid and offset of dir_item. Debug is easier now. Signed-off-by: Su Yue ---

Re: [PATCH 1/3] btrfs-progs: check: report more specific info about invalid location

2017-11-21 Thread Nikolay Borisov
On 21.11.2017 12:15, Su Yue wrote: > Previously, it was so useless to print message like > "invalid location %d". > > Let it print objectid and offset of dir_item. > Debug is easier now. > > Signed-off-by: Su Yue > --- > cmds-check.c | 4 ++-- > 1 file changed, 2

[PATCH 1/3] btrfs-progs: check: report more specific info about invalid location

2017-11-21 Thread Su Yue
Previously, it was so useless to print message like "invalid location %d". Let it print objectid and offset of dir_item. Debug is easier now. Signed-off-by: Su Yue --- cmds-check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds-check.c