aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-04-21 15:39:02 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-04-21 15:39:02 -0400
commit1dde2dbfc70001e2f86b6581baac2f48900b80ed (patch)
tree361a5838d93a5674578f3626cf55a932b6da5372 /fs/gfs2/util.c
parenta74604bee27da7c9506114e5710f91f388e98296 (diff)
[GFS2] Add back missing BUG()
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/util.c')
-rw-r--r--fs/gfs2/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c
index 7cd9e25639c..2fc110208d0 100644
--- a/fs/gfs2/util.c
+++ b/fs/gfs2/util.c
@@ -32,6 +32,7 @@ void gfs2_assert_i(struct gfs2_sbd *sdp)
32{ 32{
33 printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n", 33 printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",
34 sdp->sd_fsname); 34 sdp->sd_fsname);
35 BUG();
35} 36}
36 37
37/** 38/**