Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2004 07:16:37 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200410290716.i9T7GbLc045511@repoman.freebsd.org>

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



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