]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96bc95a9b3d1b46caf57c360d6809a427ef6e0c3
treec00a48a3239eee830161d953b3db78a84e4d625f
parent14173f91e1a90077ecdeeebdfe3f6d3d85f1d67e
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