]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Centralize the devstat handling for all GEOM disk device drivers
authorPoul-Henning Kamp <phk@FreeBSD.org>
Sat, 8 Mar 2003 08:01:31 +0000 (08:01 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Sat, 8 Mar 2003 08:01:31 +0000 (08:01 +0000)
commit60794e0478b835c275eccb116cd177a789f87f56
tree040efa2f46ce483cf5b045724c67c81b1d43d147
parent74c69254e6161f609c5b4c3faca34b027753580b
Centralize the devstat handling for all GEOM disk device drivers
in geom_disk.c.

As a side effect this makes a lot of #include <sys/devicestat.h>
lines not needed and some biofinish() calls can be reduced to
biodone() again.
56 files changed:
sys/alpha/alpha/autoconf.c
sys/cam/cam_periph.h
sys/cam/cam_xpt.c
sys/cam/scsi/scsi_da.c
sys/cam/scsi/scsi_low.c
sys/cam/scsi/scsi_ses.c
sys/contrib/dev/fla/fla.c
sys/dev/aac/aac.c
sys/dev/aac/aac_cam.c
sys/dev/aac/aac_debug.c
sys/dev/aac/aac_disk.c
sys/dev/aac/aac_pci.c
sys/dev/aac/aacvar.h
sys/dev/amr/amr.c
sys/dev/amr/amr_cam.c
sys/dev/amr/amr_compat.h
sys/dev/amr/amr_disk.c
sys/dev/amr/amr_pci.c
sys/dev/amr/amrvar.h
sys/dev/ata/ata-all.c
sys/dev/ata/ata-disk.c
sys/dev/ata/ata-disk.h
sys/dev/ata/ata-raid.c
sys/dev/ata/atapi-cam.c
sys/dev/ata/atapi-fd.c
sys/dev/ata/atapi-fd.h
sys/dev/ccd/ccd.c
sys/dev/ciss/ciss.c
sys/dev/firewire/sbp.c
sys/dev/ida/ida.c
sys/dev/ida/ida_disk.c
sys/dev/ida/ida_eisa.c
sys/dev/ida/ida_pci.c
sys/dev/ida/idavar.h
sys/dev/md/md.c
sys/dev/mlx/mlx.c
sys/dev/mlx/mlx_compat.h
sys/dev/mlx/mlx_disk.c
sys/dev/mlx/mlx_pci.c
sys/dev/mlx/mlxvar.h
sys/dev/mly/mly.c
sys/dev/ofw/ofw_disk.c
sys/dev/ppbus/vpo.c
sys/dev/pst/pst-raid.c
sys/dev/raidframe/rf_freebsdkintf.c
sys/dev/twe/twe_compat.h
sys/dev/twe/twe_freebsd.c
sys/dev/usb/umass.c
sys/dev/vinum/vinum.c
sys/geom/geom_ccd.c
sys/geom/geom_disk.c
sys/ia64/ia64/autoconf.c
sys/ia64/ia64/sscdisk.c
sys/pc98/pc98/wd.c
sys/sys/ccdvar.h
sys/sys/disk.h