cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/geom geom_dev.c src/sys/kern kern_physio.c vfs_aio.c vfs_bio.c src/sys/sys conf.h

Poul-Henning Kamp phk at FreeBSD.org
Fri Oct 29 00:16:38 PDT 2004


phk         2004-10-29 07:16:37 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
    sys/geom             geom_dev.c 
    sys/kern             kern_physio.c vfs_aio.c vfs_bio.c 
    sys/sys              conf.h 
  Log:
  Give dev_strategy() an explict cdev argument in preparation for removing
  buf->b-dev.
  
  Put a bio between the buf passed to dev_strategy() and the device driver
  strategy routine in order to not clobber fields in the buf.
  
  Assert copyright on vfs_bio.c and update copyright message to canonical
  text.  There is no legal difference between John Dysons two-clause
  abbreviated BSD license and the canonical text.
  
  Revision  Changes    Path
  1.77      +1 -1      src/sys/fs/devfs/devfs_vnops.c
  1.85      +2 -2      src/sys/geom/geom_dev.c
  1.66      +1 -1      src/sys/kern/kern_physio.c
  1.179     +1 -1      src/sys/kern/vfs_aio.c
  1.462     +49 -13    src/sys/kern/vfs_bio.c
  1.207     +1 -1      src/sys/sys/conf.h


More information about the cvs-all mailing list