aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/util.h')
-rw-r--r--fs/gfs2/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h
index 4532dbab0a2c..c9624c30cad6 100644
--- a/fs/gfs2/util.h
+++ b/fs/gfs2/util.h
@@ -30,7 +30,6 @@ void gfs2_assert_i(struct gfs2_sbd *sdp);
30do { \ 30do { \
31 if (unlikely(!(assertion))) { \ 31 if (unlikely(!(assertion))) { \
32 gfs2_assert_i(sdp); \ 32 gfs2_assert_i(sdp); \
33 BUG(); \
34 } \ 33 } \
35} while (0) 34} while (0)
36 35