diff options
author | Dave Chinner <dchinner@redhat.com> | 2021-06-25 11:21:00 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-06-25 11:21:00 -0700 |
commit | 6be001021f0b307c8c1544e8b3ac87de20d711de (patch) | |
tree | e00ff94811efb130eb78d40d10ab6be8b15065ce /samples | |
parent | d3a3340b6af28ab79a66687973fb0287d976d490 (diff) | |
download | linux-6be001021f0b307c8c1544e8b3ac87de20d711de.tar.bz2 |
xfs: don't nest icloglock inside ic_callback_lock
It's completely unnecessary because callbacks are added to iclogs
without holding the icloglock, hence no amount of ordering between
the icloglock and ic_callback_lock will order the removal of
callbacks from the iclog.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions