Re: [PATCH v1 3/6] scrub: print paths of corrupted files

2011-06-18 Thread Jan Schmidt
Lots of quotation removed. All removed comments accepted. On 16.06.2011 23:26, David Sterba wrote: On Mon, Jun 13, 2011 at 09:10:36PM +0200, Jan Schmidt wrote: +struct scrub_warning { +struct btrfs_path *path; +u64 extent_item_size; +char

Re: [PATCH v1 3/6] scrub: print paths of corrupted files

2011-06-16 Thread David Sterba
On Mon, Jun 13, 2011 at 09:10:36PM +0200, Jan Schmidt wrote: While scrubbing, we may encounter various errors. Previously, a logical address was printed to the log only. Now, all paths belonging to that address are resolved and printed separately. That should work for hardlinks as well as

[PATCH v1 3/6] scrub: print paths of corrupted files

2011-06-13 Thread Jan Schmidt
While scrubbing, we may encounter various errors. Previously, a logical address was printed to the log only. Now, all paths belonging to that address are resolved and printed separately. That should work for hardlinks as well as reflinks. Signed-off-by: Jan Schmidt list.bt...@jan-o-sch.net ---