cvs commit: src/sys/fs/devfs devfs_vnops.c

Jeff Roberson jeff at FreeBSD.org
Sat Apr 30 17:56:34 PDT 2005


jeff        2005-05-01 00:56:34 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
   - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.
     We still have to DROP_GIANT and PICKUP_GIANT when NEEDGIANT is not set
     because vfs is still sometime entered with Giant held.
  
  Revision  Changes    Path
  1.113     +12 -5     src/sys/fs/devfs/devfs_vnops.c


More information about the cvs-src mailing list