Hi all, Here are a few more fixes for 5.19 -- now that the LARP fixes have landed, now we just have the quotacheck fix, a btree cursor leak fix, and a fix to the deferred ops manager so that ->create_intent can return errors. v2: older larp cleanups were picked up by for-next, and fix a leak when btree inserts fail and debugging is enabled If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes-5.19 --- fs/xfs/libxfs/xfs_btree.c | 8 +++++--- fs/xfs/xfs_qm.c | 9 ++++++++- 2 files changed, 13 insertions(+), 4 deletions(-)