Date: Sat, 29 May 2004 08:21:25 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_syscalls.c Message-ID: <200405291521.i4TFLPS8029497@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/05/29 08:21:25 PDT
FreeBSD src repository
Modified files:
sys/nfsserver nfs_syscalls.c
Log:
No need to conditionally acquire Giant in nfssvc_nfsd() because it
is acquired by the caller. Should not cause problems, but causes
an unnecessary recursion on Giant.
Pointed out by: bmilekic
Revision Changes Path
1.99 +0 -2 src/sys/nfsserver/nfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405291521.i4TFLPS8029497>
