[GFS2] Add back missing BUG()
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Apr 2006 19:39:02 +0000 (15:39 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Apr 2006 19:39:02 +0000 (15:39 -0400)
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/util.c

index 7cd9e25639c4fa202adcb2de0466d78e80c13b40..2fc110208d00e94975401c8ca944efc523a012e7 100644 (file)
@@ -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();
 }
 
 /**