--- fs/reiser4/plugin/object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-3.6.2_.orig/fs/reiser4/plugin/object.c +++ linux-3.6.2_/fs/reiser4/plugin/object.c @@ -55,8 +55,8 @@ static int _bugop(void) { - BUG_ON(1); - return 0; + //BUG_ON(1); + return -EINVAL; } #define bugop ((void *)_bugop)