cvs commit: src/sys/nfsserver nfs_srvsock.c

Alfred Perlstein alfred at FreeBSD.org
Tue Jul 13 00:05:39 PDT 2004


alfred      2004-07-13 07:05:39 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsserver        nfs_srvsock.c 
  Log:
  Do not call sorecieve() in the context of a socket callback as it causes
  lock order reversals so->inpcb since we're called with the socket lock
  held.
  
  Revision  Changes    Path
  1.91      +5 -3      src/sys/nfsserver/nfs_srvsock.c


More information about the cvs-all mailing list