On Fri, Jan 26, 2018 at 10:41:13AM -0800, Omar Sandoval wrote: > From: Omar Sandoval <osan...@fb.com> > > The old libbtrfs defines some helpers which do the same thing as some > libbtrfsutil helpers. Reimplement the libbtrfs helpers in terms of the > libbtrfsutil APIs and mark the libbtrfs versions as deprecated, which we > could ideally get rid of eventually.
Can we keep both libraries separate, ie. no runtime dependency? The libbtrfs still has some use internally, the deprecation should happen on the application level. If there are some exported functions in libbtrfs that are (and should) be provided by the util library, then we can use the same .o for building as a temporary solution. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html