|
@@ -1406,6 +1406,7 @@ do_nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
|
|
*created = 1;
|
|
|
break;
|
|
|
}
|
|
|
+ /* fall through */
|
|
|
case NFS4_CREATE_EXCLUSIVE4_1:
|
|
|
if ( d_inode(dchild)->i_mtime.tv_sec == v_mtime
|
|
|
&& d_inode(dchild)->i_atime.tv_sec == v_atime
|
|
@@ -1414,7 +1415,7 @@ do_nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
|
|
*created = 1;
|
|
|
goto set_attr;
|
|
|
}
|
|
|
- /* fallthru */
|
|
|
+ /* fall through */
|
|
|
case NFS3_CREATE_GUARDED:
|
|
|
err = nfserr_exist;
|
|
|
}
|