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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html