diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 17:32:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 17:32:15 -0400 |
commit | 9092131f7ea2f9e92a510ae13ac4d20165aa921c (patch) | |
tree | 4bcac80a227d320b69454057cdcef41ef43c6c85 /fs/nfsd/nfsproc.c | |
parent | f1b04770b0d073a9d70e5b3b873d274c1c19e1f6 (diff) | |
parent | eadf4598e7ec37a234e70e965bd335860e58bda4 (diff) |
Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6
Diffstat (limited to 'fs/nfsd/nfsproc.c')
-rw-r--r-- | 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 757f9d208034..0aa1b9603d7f 100644 --- a/fs/nfsd/nfsproc.c +++ b/fs/nfsd/nfsproc.c | |||
@@ -591,6 +591,7 @@ nfserrno (int errno) | |||
591 | { nfserr_dropit, -ENOMEM }, | 591 | { nfserr_dropit, -ENOMEM }, |
592 | { nfserr_badname, -ESRCH }, | 592 | { nfserr_badname, -ESRCH }, |
593 | { nfserr_io, -ETXTBSY }, | 593 | { nfserr_io, -ETXTBSY }, |
594 | { nfserr_notsupp, -EOPNOTSUPP }, | ||
594 | { -1, -EIO } | 595 | { -1, -EIO } |
595 | }; | 596 | }; |
596 | int i; | 597 | int i; |