--- --- linux-2.6.18-rc5-andros/fs/nfs/nfs4xdr.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN fs/nfs/nfs4xdr.c~nfs-remove-wrongsec-eperm-mapping fs/nfs/nfs4xdr.c --- linux-2.6.18-rc5/fs/nfs/nfs4xdr.c~nfs-remove-wrongsec-eperm-mapping 2006-10-11 17:37:02.000000000 -0400 +++ linux-2.6.18-rc5-andros/fs/nfs/nfs4xdr.c 2006-10-11 17:37:02.000000000 -0400 @@ -4648,10 +4648,6 @@ static struct { { NFS4ERR_SYMLINK, ELOOP }, { NFS4ERR_OP_ILLEGAL, EOPNOTSUPP }, { NFS4ERR_DEADLOCK, EDEADLK }, - { NFS4ERR_WRONGSEC, EPERM }, /* FIXME: this needs - * to be handled by a - * middle-layer. - */ { -1, EIO } }; _