aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-04-21 15:52:46 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-04-21 15:52:46 -0400
commit1e09ae544eb1a2d11b04c6924f738a310c7a7a2b (patch)
treed5be98602097f1e3b050f6f2b32ac0ecac53cea2 /fs/gfs2/util.c
parent1dde2dbfc70001e2f86b6581baac2f48900b80ed (diff)
[GFS2] Move BUG() back into the header file
In order to make the file and line number reporting work correctly, this has been moved back into the header file. 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, 0 insertions, 1 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c
index 2fc110208d00..7cd9e25639c4 100644
--- a/fs/gfs2/util.c
+++ b/fs/gfs2/util.c
@@ -32,7 +32,6 @@ 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();
36} 35}
37 36
38/** 37/**