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

John Baldwin jhb at FreeBSD.org
Wed May 7 19:03:58 UTC 2008


jhb         2008-05-07 19:03:58 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
  Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE
  drivers.  Since devfs is already marked MPSAFE it shouldn't be held
  anyway.
  
  MFC after:      2 weeks
  Discussed with: phk
  
  Revision  Changes    Path
  1.157     +5 -20     src/sys/fs/devfs/devfs_vnops.c


More information about the cvs-all mailing list