On Tue, May 22, 2018 at 01:47:22PM -0400, Josef Bacik wrote: > From: Josef Bacik <jba...@fb.com> > > We don't actually need this. It used to be in place for O_SYNC writes, > but we've used the normal fsync() path for that for years now. The > other case we hit this is through sync(), which will commit the > transaction anyway. All this does is make us commit the transaction a > bunch for no reason, and it could deadlock with delayed iput's.
In what way does it deadlock with delayed iput? -- 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