On 1/5/18 7:51 PM, Darrick J. Wong wrote: > Hi all, > > This is the eleventh revision of a patchset that adds to XFS userland tools > support for online metadata scrubbing and repair. Since v10 I've rebased > to the latest for-next, fixed some wonky error messages, and fixed a few > minor problems I found via code inspection. However, this patch series is > more or less the same as v10. General note rather than finding the patches they came from ;) these can be made static and in some cases removed from header files, and/or ... hm, some aren't used at all. 'bitmap_dump' is unique to scrub/bitmap.o (function) 'bitmap_iterate' is unique to scrub/bitmap.o (function) 'do_error' is unique to scrub/common.o (function) 'display_rusage' is unique to scrub/xfs_scrub.o (global variable) 'is_service' is unique to scrub/xfs_scrub.o (global variable) 'progname' is unique to scrub/xfs_scrub.o (global variable) 'scrub_data' is unique to scrub/xfs_scrub.o (global variable) 'xfs_check_rmap_ioerr' is unique to scrub/phase6.o (function) bitmap_dump (and so bitmap_iterate) are unused do_error is unused as well? -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html