Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 1997 06:18:01 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_syscalls.c
Message-ID:  <199711241418.GAA03611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/24 06:18:01 PST

  Modified files:
    sys/nfs              nfs_syscalls.c 
  Log:
  Don't call malloc(..., M_WAITOK) at splnet().  Doing so is often
  a mistake (since softnet interrupts may occur if malloc() waits),
  and doing it harmlessly but unnecessarily here interfered with
  detection of the mistaken cases.
  
  Revision  Changes    Path
  1.33      +7 -4      src/sys/nfs/nfs_syscalls.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711241418.GAA03611>