cvs commit: src/sys/kern kern_descrip.c

Jeff Roberson jeff at FreeBSD.org
Tue Jul 3 21:26:07 UTC 2007


jeff        2007-07-03 21:26:07 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
   - Use explicit locking in the various fcntl case statements so that we
     can acquire shared filedescriptor locks in the appropriate cases.
   - Remove Giant from calls that issue ioctls.  The ioctl path has been
     mpsafe for some time now.
   - Only acquire giant for VOP_ADVLOCK when the filesystem requires giant.
     advlock is now mpsafe.
  
  Reviewed by:    rwatson
  Approved by:    re
  
  Revision  Changes    Path
  1.312     +99 -64    src/sys/kern/kern_descrip.c


More information about the cvs-src mailing list