Commit 1dde2dbf authored by Steven Whitehouse's avatar Steven Whitehouse

[GFS2] Add back missing BUG()

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent a74604be
......@@ -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();
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment