On Wed, Feb 24, 2016 at 11:52:33AM +0100, Alexander Fougner wrote: > The long-term plan is to merge the features of standalone tools > into the btrfs binary, reducing the number of shipped binaries. Applied, thanks. > --- a/Makefile.in > +++ b/Makefile.in > @@ -70,7 +70,8 @@ objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ > extent-cache.o extent_io.o volumes.o utils.o repair.o \ > qgroup.o raid6.o free-space-cache.o list_sort.o props.o \ > ulist.o qgroup-verify.o backref.o string-table.o task-utils.o \ > - inode.o file.o find-root.o free-space-tree.o help.o cmds-inspect-dump-tree.o > + inode.o file.o find-root.o free-space-tree.o help.o \ > + cmds-inspect-dump-tree.o cmds-inspect-dump-super.o the objects belong to cmds_objects but needed some further changes to pass the specific objects to the standalone utilities. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
