Commit d28c442f authored by Christophe JAILLET's avatar Christophe JAILLET Committed by J. Bruce Fields

nfsd: Fix some indent inconsistancy

Silent a few smatch warnings about indentation
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 93f580a9
...@@ -3130,7 +3130,7 @@ nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *csta ...@@ -3130,7 +3130,7 @@ nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *csta
* We don't take advantage of the rca_one_fs case. * We don't take advantage of the rca_one_fs case.
* That's OK, it's optional, we can safely ignore it. * That's OK, it's optional, we can safely ignore it.
*/ */
return nfs_ok; return nfs_ok;
} }
status = nfserr_complete_already; status = nfserr_complete_already;
......
...@@ -533,7 +533,7 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, ...@@ -533,7 +533,7 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,
* the reference filehandle (if it is in the same export) * the reference filehandle (if it is in the same export)
* or the export options. * or the export options.
*/ */
set_version_and_fsid_type(fhp, exp, ref_fh); set_version_and_fsid_type(fhp, exp, ref_fh);
if (ref_fh == fhp) if (ref_fh == fhp)
fh_put(ref_fh); fh_put(ref_fh);
......
...@@ -240,7 +240,7 @@ nfssvc_decode_diropargs(struct svc_rqst *rqstp, __be32 *p, ...@@ -240,7 +240,7 @@ nfssvc_decode_diropargs(struct svc_rqst *rqstp, __be32 *p,
|| !(p = decode_filename(p, &args->name, &args->len))) || !(p = decode_filename(p, &args->name, &args->len)))
return 0; return 0;
return xdr_argsize_check(rqstp, p); return xdr_argsize_check(rqstp, p);
} }
int int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment