Skip to content

Commit

Permalink
[GFS2] Add back missing BUG()
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Apr 21, 2006
1 parent a74604b commit 1dde2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/gfs2/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit 1dde2db

Please sign in to comment.