]> Git Repo - linux.git/blobdiff - fs/nfsd/vfs.c
treewide: Use fallthrough pseudo-keyword
[linux.git] / fs / nfsd / vfs.c
index 7d2933b85b6536c0c26a0e9b2beb6e646757dce6..aba5af9df328a411df5d2c9bbb1843dcf1f98ad4 100644 (file)
@@ -1456,7 +1456,7 @@ do_nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp,
                                        *created = true;
                                break;
                        }
-                       /* fall through */
+                       fallthrough;
                case NFS4_CREATE_EXCLUSIVE4_1:
                        if (   d_inode(dchild)->i_mtime.tv_sec == v_mtime
                            && d_inode(dchild)->i_atime.tv_sec == v_atime
@@ -1465,7 +1465,7 @@ do_nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp,
                                        *created = true;
                                goto set_attr;
                        }
-                       /* fall through */
+                       fallthrough;
                case NFS3_CREATE_GUARDED:
                        err = nfserr_exist;
                }
This page took 0.029915 seconds and 4 git commands to generate.