commit | 1dde2dbfc70001e2f86b6581baac2f48900b80ed | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Apr 21 15:39:02 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Apr 21 15:39:02 2006 -0400 |
tree | 361a5838d93a5674578f3626cf55a932b6da5372 | |
parent | a74604bee27da7c9506114e5710f91f388e98296 [diff] |
[GFS2] Add back missing BUG() Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c index 7cd9e25..2fc1102 100644 --- a/fs/gfs2/util.c +++ b/fs/gfs2/util.c
@@ -32,6 +32,7 @@ { printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n", sdp->sd_fsname); + BUG(); } /**