Skip to content

Commit

Permalink
nfsd: add etoosmall to nfserrno
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Hildebrand <dhildeb@us.ibm.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
  • Loading branch information
Dean Hildebrand authored and J. Bruce Fields committed Jan 7, 2009
1 parent 30fa8c0 commit b7aeda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfsd/nfsproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ nfserrno (int errno)
{ nfserr_badname, -ESRCH },
{ nfserr_io, -ETXTBSY },
{ nfserr_notsupp, -EOPNOTSUPP },
{ nfserr_toosmall, -ETOOSMALL },
};
int i;

Expand Down

0 comments on commit b7aeda4

Please sign in to comment.