diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 09:02:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 09:02:24 -0700 |
commit | fb3165b59f9ce510fed07262db20fdb799f88fa6 (patch) | |
tree | b71c9798f79d12a49ee58e059112b3479c15a816 /fs/nfs/nfs4xdr.c | |
parent | 36f8a53ff2626dbfc3c0a809fe1d2290937ddc96 (diff) | |
parent | 9a3936aac133037f65124fcb2d676a6c201a90a4 (diff) | |
download | op-kernel-dev-fb3165b59f9ce510fed07262db20fdb799f88fa6.zip op-kernel-dev-fb3165b59f9ce510fed07262db20fdb799f88fa6.tar.gz |
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
* 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
NFSv4: The link() operation should return any delegation on the file
NFSv4: Fix two unbalanced put_rpccred() issues.
NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCE
nfs: Panic when commit fails
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 83ad47c..20b4e30 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c @@ -5681,7 +5681,6 @@ static struct { { NFS4ERR_SERVERFAULT, -ESERVERFAULT }, { NFS4ERR_BADTYPE, -EBADTYPE }, { NFS4ERR_LOCKED, -EAGAIN }, - { NFS4ERR_RESOURCE, -EREMOTEIO }, { NFS4ERR_SYMLINK, -ELOOP }, { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP }, { NFS4ERR_DEADLOCK, -EDEADLK }, |