cvs commit: src/sys/vm vm_mmap.c src/sys/fs/devfs devfs_rule.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Sep 24 01:32:36 PDT 2004


phk         2004-09-24 08:32:36 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_mmap.c 
    sys/fs/devfs         devfs_rule.c 
  Log:
  XXX mark two places where we do not hold a threadcount on the dev when
  frobbing the cdevsw.
  
  In both cases we examine only the cdevsw and it is a good question if we
  weren't better off copying those properties into the cdev in the first
  place.  This question will be revisited.
  
  Revision  Changes    Path
  1.13      +2 -0      src/sys/fs/devfs/devfs_rule.c
  1.194     +1 -0      src/sys/vm/vm_mmap.c


More information about the cvs-src mailing list