diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-05-29 15:21:25 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-05-29 15:21:25 +0000 |
| commit | a8f28cbebe5ec57098b069faf19b4d53124ea770 (patch) | |
| tree | 6d5943baa547476ac2bfb5e4ff4a926ad32c4cab | |
| parent | 93804be0d70537eece2dd1c72fe07eb04856578f (diff) | |
Notes
| -rw-r--r-- | sys/nfsserver/nfs_syscalls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 19ef606dc2549..5a6e2e5fb865c 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -498,9 +498,7 @@ nfssvc_nfsd(struct thread *td) (void) nfs_slplock(slp, 1); if (slp->ns_flag & SLP_VALID) { NFSD_UNLOCK(); - NET_LOCK_GIANT(); error = nfsrv_send(slp->ns_so, nd->nd_nam2, m); - NET_UNLOCK_GIANT(); NFSD_LOCK(); } else { error = EPIPE; |
