projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74604b
)
[GFS2] Add back missing BUG()
author
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 21 Apr 2006 19:39:02 +0000
(15:39 -0400)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 21 Apr 2006 19:39:02 +0000
(15:39 -0400)
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/util.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/util.c
b/fs/gfs2/util.c
index
7cd9e25
..
2fc1102
100644
(file)
--- a/
fs/gfs2/util.c
+++ b/
fs/gfs2/util.c
@@
-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();
}
/**