xfs: use direct calls for dquot IO completion
authorDave Chinner <dchinner@redhat.com>
Mon, 29 Jun 2020 21:48:59 +0000 (14:48 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Jul 2020 17:46:59 +0000 (10:46 -0700)
commit6f5de1808e3663917b5c682e2d91d95645ce2df2
treec00a48a3239eee830161d953b3db78a84e4d625f
parentaac855ab1a98d9c20762047f26af47d391c3ba7a
xfs: use direct calls for dquot IO completion

Similar to inodes, we can call the dquot IO completion functions
directly from the buffer completion code, removing another user of
log item callbacks for IO completion processing.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_dquot.c
fs/xfs/xfs_quota.h