diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-21 15:10:46 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-21 15:10:46 -0400 |
commit | a74604bee27da7c9506114e5710f91f388e98296 (patch) | |
tree | bfd1c8b14c03022894396c788bf8b0377c5afe49 /fs/gfs2/util.h | |
parent | a748422ee45725e04e1d3792fa19dfa90ddfd116 (diff) | |
download | op-kernel-dev-a74604bee27da7c9506114e5710f91f388e98296.zip op-kernel-dev-a74604bee27da7c9506114e5710f91f388e98296.tar.gz |
[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>
Diffstat (limited to 'fs/gfs2/util.h')
-rw-r--r-- | fs/gfs2/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h index 4532dba..c9624c3 100644 --- a/fs/gfs2/util.h +++ b/fs/gfs2/util.h @@ -30,7 +30,6 @@ void gfs2_assert_i(struct gfs2_sbd *sdp); do { \ if (unlikely(!(assertion))) { \ gfs2_assert_i(sdp); \ - BUG(); \ } \ } while (0) |