cvs commit: src/sys/kern vfs_syscalls.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Dec 19 16:49:59 PST 2005


pjd         2005-12-20 00:49:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Reduce Giant scope a bit, as fdrop() is believed to be MPSAFE.
  The purpose of this change is consistency (not performance improvement:)),
  as it was hard to tell if fdrop() is MPSAFE or not when I saw it sometimes
  under the Giant and sometimes without it.
  
  Glanced at by:  ssouhlal, kan
  
  Revision  Changes    Path
  1.396     +7 -9      src/sys/kern/vfs_syscalls.c


More information about the cvs-src mailing list