Date: Mon, 6 Dec 2004 17:33:52 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_subs.c Message-ID: <200412061733.iB6HXq6S097336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2004-12-06 17:33:52 UTC FreeBSD src repository Modified files: sys/nfs nfs_common.c nfs_common.h sys/nfsclient nfs_subs.c Log: Add non-blocking versions of nfsm_dissect() and friends, for use from socket callbacks or similar callers, from both the NFS client and the server. Instituted nfsm_dissect_nonblock(), nfsm_dissect_xx_nonblock(). And nfsm_disct() now takes an extra M_TRYWAIT/M_DONTWAIT argument. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Revision Changes Path 1.116 +19 -3 src/sys/nfs/nfs_common.c 1.36 +10 -1 src/sys/nfs/nfs_common.h 1.136 +1 -1 src/sys/nfsclient/nfs_subs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412061733.iB6HXq6S097336>