> diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c > index de1ff1d..b28e45b 100644 > --- a/fs/nfsd/nfs4proc.c > +++ b/fs/nfsd/nfs4proc.c > @@ -1270,6 +1270,7 @@ nfsd4_getdeviceinfo(struct svc_rqst *rqstp, > nfserr = nfs_ok; > if (gdp->gd_maxcount != 0) { > nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb, > + rqstp, > cstate->session->se_client, gdp); Can you reindent the code so that the cstate->session->se_client argument goes onto the same line as rqstp? Otherwise this looks fine to me: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html