cvs commit: src/sys/vm device_pager.c

Konstantin Belousov kib at FreeBSD.org
Sat Aug 4 22:40:53 PDT 2007


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


More information about the cvs-src mailing list