diff options
author | Brian Foster <bfoster@redhat.com> | 2020-05-06 22:25:23 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-05-07 17:27:47 +0200 |
commit | 849274c103aeb149f23a81ba4a6bab42a5d77a78 (patch) | |
tree | c4aacab947b522b18434b30b92949a6ad34e40a7 /crypto/ecc.h | |
parent | xfs: abort consistently on dquot flush failure (diff) | |
download | linux-849274c103aeb149f23a81ba4a6bab42a5d77a78.tar.xz linux-849274c103aeb149f23a81ba4a6bab42a5d77a78.zip |
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Several callers acquire the lock just prior to the call. Callers
that require ->ail_lock for other purposes already check IN_AIL
state and thus don't require the additional shutdown check in the
helper. Push the lock down into xfs_trans_ail_delete(), open code
the instances that still acquire it, and remove the unnecessary ailp
parameter.
Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'crypto/ecc.h')
0 files changed, 0 insertions, 0 deletions