search for: failed_mount3

Displaying 1 result from an estimated 1 matches for "failed_mount3".

Did you mean: failed_mount2
2001 Jun 30
0
Resend:[PATCH] cleanup of gcc-3.0 depreciated label in end of compound statement
...else > errstr = "Readonly filesystem"; > break; > - default: ; > + default: > + break; > } > > if (errstr) { > @@ -1023,6 +1025,7 @@ > goto failed_mount3; > } > default: > + break; > } > > /* > --- linux/fs/jbd/journal.c.orig Sat Jun 30 11:16:04 2001 > +++ linux/fs/jbd/journal.c Sat Jun 30 11:16:29 2001 > @@ -1092,6 +1092,7 @@ > case JFS_SUPERBLOCK_V1:...