+5
−5
+4
−4
+6
−6
+0
−24
+8
−8
Loading
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>