Re: [PATCH 11/11] NFSD: Server implementation of MAC Labeling

From: James Morris
Date: Wed Feb 27 2008 - 20:47:40 EST


On Wed, 27 Feb 2008, David P. Quigley wrote:

> +
> + if (len > NFS4_MAXLABELLEN) {
> + err = nfserrno(len);
> + goto out_err;
> + }

In this case, len is not an errno and should not be passed to nfserrno().


- James
--
James Morris
<jmorris@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/