Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 05:40:52 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm device_pager.c
Message-ID:  <200708050540.l755erCD046042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2007-08-05 05:40:52 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               device_pager.c 
  Log:
  Do not acquire Giant unconditionally around the calls to the cdevsw
  d_mmap methods. prep_cdevsw() already installs the shims that
  acquire/drop Giant for the methods of a driver that specified the
  D_NEEDGIANT flag.
  
  Reviewed by:    alc
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.81      +0 -5      src/sys/vm/device_pager.c



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