Hi all, This fixes a couple issues I noticed with quotaoff when working on the auto relog stuff. Patch 1 creates a helper and patch 2 uses it to address a shutdown hang and memory leak. Thoughts, reviews, flames appreciated. Brian Brian Foster (2): xfs: factor out quotaoff intent AIL removal and memory free xfs: fix unmount hang and memory leak on shutdown during quotaoff fs/xfs/xfs_dquot_item.c | 44 ++++++++++++++++++++++++++++++++-------- fs/xfs/xfs_dquot_item.h | 1 + fs/xfs/xfs_qm_syscalls.c | 13 ++++++------ 3 files changed, 43 insertions(+), 15 deletions(-) -- 2.21.1