[pnfs] [PATCH 1/2] nfsd: add etoosmall to nfserrno

Benny Halevy bhalevy at panasas.com
Mon Feb 4 12:47:20 EST 2008


Applied onto the upstream branch
as a candidate for early pushing upstream to Bruce's tree.

Benny

On Jan. 31, 2008, 21:49 +0200, seattleplus at gmail.com wrote:
> From: Dean Hildebrand <dhildeb at us.ibm.com>
> 
> 
> Signed-off-by: Dean Hildebrand <dhildeb at us.ibm.com>
> ---
>  fs/nfsd/nfsproc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c
> index 977a71f..42f35d3 100644
> --- a/fs/nfsd/nfsproc.c
> +++ b/fs/nfsd/nfsproc.c
> @@ -619,6 +619,7 @@ nfserrno (int errno)
>  		{ nfserr_badname, -ESRCH },
>  		{ nfserr_io, -ETXTBSY },
>  		{ nfserr_notsupp, -EOPNOTSUPP },
> +		{ nfserr_toosmall, -ETOOSMALL },
>  	};
>  	int	i;
>  



More information about the pNFS mailing list