On Thu, Mar 12, 2020 at 07:53:08AM -0700, Darrick J. Wong wrote: > > index 4f750d19..b931fee7 100644 > > --- a/libxfs/xfs_sb.c > > +++ b/libxfs/xfs_sb.c > > @@ -982,7 +982,6 @@ xfs_update_secondary_sbs( > > } > > > > bp->b_ops = &xfs_sb_buf_ops; > > - xfs_buf_oneshot(bp); > > Removing this will cause xfsprogs' libxfs to fall further out of sync > with the kernel's libxfs. Eric and I have been trying to keep that to a > minimum. Oops. Somehow I was under the impression that xfs_buf_oneshot didn't exist in the kernel, but in fact it does. Feel free to skip this patch.