]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: detach inode dquots at the end of inactivation
authorDarrick J. Wong <djwong@kernel.org>
Mon, 31 May 2021 18:31:57 +0000 (11:31 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:02 +0000 (15:56 -0700)
commit87961f121613046f6de09f8644a4654e54cb8374
tree1e797f2b91b0b400ee735330a155ef64fa9099d9
parent4cb6d017584f5f2fa0ab23f3a309956b782735c8
xfs: detach inode dquots at the end of inactivation

Once we're done with inactivating an inode, we're finished updating
metadata for that inode.  This means that we can detach the dquots at
the end and not have to wait for reclaim to do it for us.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_icache.c
fs/xfs/xfs_inode.c