[GFS2] sem -> mutex conversion in locking.c

Convert a semaphore to a mutex in locking.c and also tidy
up one or two loose ends.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Šī revīzija ir iekļauta:
Steven Whitehouse
2006-04-21 15:10:46 -04:00
vecāks a748422ee4
revīzija a74604bee2
3 mainīti faili ar 20 papildinājumiem un 22 dzēšanām

Parādīt failu

@@ -30,7 +30,6 @@ void gfs2_assert_i(struct gfs2_sbd *sdp);
do { \
if (unlikely(!(assertion))) { \
gfs2_assert_i(sdp); \
BUG(); \
} \
} while (0)