diff options
Diffstat (limited to 'fs/nilfs2/recovery.c')
-rw-r--r-- | fs/nilfs2/recovery.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c index a4253f34e138..ef387b19682c 100644 --- a/fs/nilfs2/recovery.c +++ b/fs/nilfs2/recovery.c | |||
@@ -92,9 +92,6 @@ static int nilfs_warn_segment_error(int err) | |||
92 | printk(KERN_WARNING | 92 | printk(KERN_WARNING |
93 | "NILFS warning: No super root in the last segment\n"); | 93 | "NILFS warning: No super root in the last segment\n"); |
94 | break; | 94 | break; |
95 | case NILFS_SEG_VALID: | ||
96 | default: | ||
97 | BUG(); | ||
98 | } | 95 | } |
99 | return -EINVAL; | 96 | return -EINVAL; |
100 | } | 97 | } |