xfs: move xfs_inew_wait call into xfs_dqrele_inode
authorDarrick J. Wong <djwong@kernel.org>
Mon, 31 May 2021 18:31:59 +0000 (11:31 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:03 +0000 (15:56 -0700)
commit9d2793ceecb9fd711f70a860685b71129cac5dc9
tree39175db816252fc80e3d4278110832dbbb59563a
parentb9baaef42f764db7089a19c82d2b783aef836437
xfs: move xfs_inew_wait call into xfs_dqrele_inode

Move the INEW wait into xfs_dqrele_inode so that we can drop the
iter_flags parameter in the next patch.

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