Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   yamt
Date:           Tue Jan  3 12:30:01 UTC 2006

Modified Files:
        src/sys/nfs: nfs.h nfs_socket.c nfs_syscalls.c

Log Message:
nfssvc_nfsd: reduce a chance for a slow peer to capture all our threads.
instead of sleeping to wait for the socket to send our reply,
just hand-off our reply to the thread which is holding the socket.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/nfs/nfs.h
cvs rdiff -r1.121 -r1.122 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.85 -r1.86 src/sys/nfs/nfs_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index