pass indication of idempotency through to the nfsm_request routine;
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 17 Feb 1990 05:21:55 +0000 (21:21 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 17 Feb 1990 05:21:55 +0000 (21:21 -0800)
commitf5f6c13e6867ecbe1cb545a7e1abd62dc7c0a195
treee1e6a9614eb91892dfda582c49b6b989c8c62456
parent479718873f055d5bec16555df64cbb2f33a496c1
pass indication of idempotency through to the nfsm_request routine;
in remove, unlock parent directory first to avoid deadlock with
removal of silly rename file on final vrele;
map ENOENT on rename, and EEXIST on link, symlink, and mkdir to zero
as they would have been detected on lookup, so come about because
of non-idempotency on retries

SCCS-vsn: sys/nfs/nfs_vnops.c 7.26
usr/src/sys/nfs/nfs_vnops.c