On Fri, Nov 18, 2016 at 10:55:34AM +1100, Dave Chinner wrote: > +static void > +xfs_defer_brelse( > + struct xfs_trans *tp, > + struct xfs_defer_ops *dop) > +{ > + int i; > + > + for (i = 0; i < XFS_DEFER_OPS_NR_BUFS; i++) { > + if (!tp) > + tp = dop->dop_bufs[i]->b_transp; > + if (dop->dop_bufs[i]) > + xfs_trans_bhold_release(tp, dop->dop_bufs[i]); > + } This let's the smoke out in generic/139. Will fix... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- 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