]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFS: remove a no-longer-needed error check in nfs_symlink()
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:22 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:52 +0000 (23:24 -0400)
commitd3db90e270791b21cd00d3c094884bffa907cc9e
tree3d6aea8fabd34fba5db5454867811b087bb71e05
parentb86acd501a34227e0ed2b2d54dc8002c1701ce17
NFS: remove a no-longer-needed error check in nfs_symlink()

In the early days of NFS, there was no duplicate reply cache on the server.
Thus retransmitted non-idempotent requests often found that the request had
already completed on the server.  To avoid passing an unanticipated return
code to unsuspecting applications, NFS clients would often shunt error
codes that implied the request had been retried but already completed.

Thanks to NFS over TCP, duplicate reply caches on the server, and network
performance and reliability improvements, it is safe to remove such checks.

Test plan:
None.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c