Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2005 00:49:59 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200512200049.jBK0nxil048441@repoman.freebsd.org>

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



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