treewide: Use fallthrough pseudo-keyword
[sfrench/cifs-2.6.git] / security / tomoyo / file.c
index 86f7d1b90212a9b0f6bb6ce461d8e95b7a164c32..051f7297877cb963887d88118817779b9464d1ef 100644 (file)
@@ -927,7 +927,7 @@ int tomoyo_path2_perm(const u8 operation, const struct path *path1,
        case TOMOYO_TYPE_LINK:
                if (!d_is_dir(path1->dentry))
                        break;
-               /* fall through */
+               fallthrough;
        case TOMOYO_TYPE_PIVOT_ROOT:
                tomoyo_add_slash(&buf1);
                tomoyo_add_slash(&buf2);