[GFS2] Add back missing BUG()
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
a74604bee2
commit
1dde2dbfc7
@ -32,6 +32,7 @@ void gfs2_assert_i(struct gfs2_sbd *sdp)
|
|||||||
{
|
{
|
||||||
printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",
|
printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n",
|
||||||
sdp->sd_fsname);
|
sdp->sd_fsname);
|
||||||
|
BUG();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user