fs: mark expected switch fall-throughs
[sfrench/cifs-2.6.git] / fs / affs / super.c
index d1ad11a8a4a59c2d7de3e854cfeb8b28716be59d..3accc6daec689d1f871d61489691f3fe0e14ab23 100644 (file)
@@ -487,7 +487,7 @@ got_root:
                break;
        case MUFS_OFS:
                affs_set_opt(sbi->s_flags, SF_MUFS);
-               /* fall thru */
+               /* fall through */
        case FS_OFS:
                affs_set_opt(sbi->s_flags, SF_OFS);
                sb->s_flags |= SB_NOEXEC;
@@ -495,6 +495,7 @@ got_root:
        case MUFS_DCOFS:
        case MUFS_INTLOFS:
                affs_set_opt(sbi->s_flags, SF_MUFS);
+               /* fall through */
        case FS_DCOFS:
        case FS_INTLOFS:
                affs_set_opt(sbi->s_flags, SF_INTL);