cvs commit: src/sys/nfsclient nfs_socket.c
Robert Watson
rwatson at FreeBSD.org
Mon Aug 30 14:58:32 PDT 2004
rwatson 2004-08-30 21:58:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/nfsclient nfs_socket.c
Log:
Merge nfs_socket.c:1.115 to RELENG_5:
date: 2004/08/25 01:23:38; author: rwatson; state: Exp; lines: +2 -4
In nfs_timer(), pass curthread rather than &thread0 into the protocol
send routine. In IPv6 UDP, the thread will be passed to suser(), which
asserts that if a thread is used for a super user check, it be
curthread. Many of these protocol entry points probably need to
accept credentials instead of threads.
MT5 candidate.
Noticed/tested by: kuriyama
Approved by: re (scottl)
Revision Changes Path
1.114.2.1 +2 -4 src/sys/nfsclient/nfs_socket.c
More information about the cvs-src
mailing list