cvs commit: src/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_subs.c

Paul Saab ps at FreeBSD.org
Mon Dec 6 09:33:53 PST 2004


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


More information about the cvs-src mailing list