Displaying 1 result from an estimated 1 matches for "jfs_superblock_v1".
2001 Jun 30
0
Resend:[PATCH] cleanup of gcc-3.0 depreciated label in end of compound statement
...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:
> return journal_convert_superblock_v1(journal, sb);
> default:
> + break;
> }
> return -EINVAL;
> }
> --
> Albert Cranford Deerfield Beach FL USA
> ac9410@bellsouth.net
--
Albert Cranford Deerfield Beach FL USA
ac...