|
@@ -253,7 +253,7 @@ nfsd4_decode_fattr(struct nfsd4_compoundargs *argp, u32 *bmval, struct iattr *ia
|
|
return status;
|
|
return status;
|
|
|
|
|
|
/*
|
|
/*
|
|
- * According to spec, unsupported attributes return ERR_NOTSUPP;
|
|
|
|
|
|
+ * According to spec, unsupported attributes return ERR_ATTRNOTSUPP;
|
|
* read-only attributes return ERR_INVAL.
|
|
* read-only attributes return ERR_INVAL.
|
|
*/
|
|
*/
|
|
if ((bmval[0] & ~NFSD_SUPPORTED_ATTRS_WORD0) || (bmval[1] & ~NFSD_SUPPORTED_ATTRS_WORD1))
|
|
if ((bmval[0] & ~NFSD_SUPPORTED_ATTRS_WORD0) || (bmval[1] & ~NFSD_SUPPORTED_ATTRS_WORD1))
|