[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>
This commit is contained in:
@@ -32,7 +32,6 @@ void gfs2_assert_i(struct gfs2_sbd *sdp)
|
||||
{
|
||||
printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",
|
||||
sdp->sd_fsname);
|
||||
BUG();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user