Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2008 19:03:58 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs_vnops.c
Message-ID:  <200805071903.m47J3w9G057004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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