On Wed, Oct 26, 2016 at 03:24:44AM -0700, Christoph Hellwig wrote: > On Tue, Oct 25, 2016 at 04:04:08PM -0700, Darrick J. Wong wrote: > > Plumb in the upper level interface to schedule and finish deferred > > refcount operations via the deferred ops mechanism. > > > > [Plumb in refcount deferred op log items.] > > > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Shouldn't we try to shared xfs_trans_refcount.c instead? There's not a lot to share, since the kernel version actually has to create log intent items and log them prior to calling the libxfs functions, whereas xfsprogs calls the libxfs functions directly. The only identical functions are _diff_items, _finish_cleanup, and _cancel_item. Those last two are one-liners. --D -- 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