treewide: Use fallthrough pseudo-keyword
[linux-block.git] / fs / affs / inode.c
index a346cf7659f19804db57d64d6702c5d2130b7230..044412110b52354f927a49603a6f164785cc8e8c 100644 (file)
@@ -93,7 +93,7 @@ struct inode *affs_iget(struct super_block *sb, unsigned long ino)
        case ST_ROOT:
                inode->i_uid = sbi->s_uid;
                inode->i_gid = sbi->s_gid;
-               /* fall through */
+               fallthrough;
        case ST_USERDIR:
                if (be32_to_cpu(tail->stype) == ST_USERDIR ||
                    affs_test_opt(sbi->s_flags, SF_SETMODE)) {