X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fnilfs2%2Frecovery.c;h=ef387b19682ca7d7bf044a5514f6db34f9b9da84;hb=1f5abe7e7dbcd83e73212c6cb135a6106cea6a0b;hp=a4253f34e1386d23680154e4ff9cfbcfd0185065;hpb=2c2e52fc4fca251e68f90821c9ff5cb18be4df58;p=linux-2.6-omap-h63xx.git diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c index a4253f34e13..ef387b19682 100644 --- a/fs/nilfs2/recovery.c +++ b/fs/nilfs2/recovery.c @@ -92,9 +92,6 @@ static int nilfs_warn_segment_error(int err) printk(KERN_WARNING "NILFS warning: No super root in the last segment\n"); break; - case NILFS_SEG_VALID: - default: - BUG(); } return -EINVAL; }