From: Steven Whitehouse Date: Fri, 21 Apr 2006 19:39:02 +0000 (-0400) Subject: [GFS2] Add back missing BUG() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dde2dbfc70001e2f86b6581baac2f48900b80ed;p=linux-beck.git [GFS2] Add back missing BUG() Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c index 7cd9e25639c4..2fc110208d00 100644 --- a/fs/gfs2/util.c +++ b/fs/gfs2/util.c @@ -32,6 +32,7 @@ void gfs2_assert_i(struct gfs2_sbd *sdp) { printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n", sdp->sd_fsname); + BUG(); } /**