summaryrefslogtreecommitdiff
path: root/rust/kernel/interop/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2026-03-20 16:43:15 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2026-03-23 20:55:28 +0100
commit5a15907f99e5d93b0133be608a9bbe24fd76f67a (patch)
tree485ced9d4d0247cace7ef0a11a9bd6f7fedcc646 /rust/kernel/interop/git@git.tavy.me:linux-stable.git
parent7288185ce87ec70133b7bc3b694b0f74bf46a0ee (diff)
gfs2: Get rid of gfs2_log_[un]lock helpers
These two helpers only hide the locking operation; they do not make the code more readable. Created with: sed -i -e 's:gfs2_log_unlock(sdp):spin_unlock(\&sdp->sd_log_lock):' \ -e 's:gfs2_log_lock(sdp):spin_lock(\&sdp->sd_log_lock):' Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions