Date: Fri, 13 Aug 1999 03:29:38 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/i386/i386 autoconf.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern kern_conf.c kern_shutdown.c vfs_subr.c src/sys/miscfs/kernfs ... Message-ID: <199908131029.DAA96646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/08/13 03:29:38 PDT Modified files: sys/dev/vinum vinuminterrupt.c vinumio.c vinumrequest.c sys/gnu/ext2fs ext2_vfsops.c sys/i386/i386 autoconf.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern kern_conf.c kern_shutdown.c vfs_subr.c sys/miscfs/kernfs kernfs_vfsops.c sys/miscfs/specfs spec_vnops.c sys/msdosfs msdosfs_vfsops.c sys/ntfs ntfs_vfsops.c sys/sys conf.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_bmap.c sys/vm vm_swap.c Log: The bdevsw() and cdevsw() are now identical, so kill the former. Revision Changes Path 1.14 +3 -3 src/sys/dev/vinum/vinuminterrupt.c 1.36 +2 -2 src/sys/dev/vinum/vinumio.c 1.31 +3 -3 src/sys/dev/vinum/vinumrequest.c 1.51 +7 -7 src/sys/gnu/ext2fs/ext2_vfsops.c 1.132 +9 -9 src/sys/i386/i386/autoconf.c 1.58 +6 -6 src/sys/isofs/cd9660/cd9660_vfsops.c 1.56 +3 -7 src/sys/kern/kern_conf.c 1.60 +7 -7 src/sys/kern/kern_shutdown.c 1.217 +2 -2 src/sys/kern/vfs_subr.c 1.29 +2 -2 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.93 +9 -9 src/sys/miscfs/specfs/spec_vnops.c 1.47 +2 -2 src/sys/msdosfs/msdosfs_vfsops.c 1.9 +2 -2 src/sys/ntfs/ntfs_vfsops.c 1.71 +1 -2 src/sys/sys/conf.h 1.102 +8 -8 src/sys/ufs/ffs/ffs_vfsops.c 1.30 +4 -4 src/sys/ufs/ufs/ufs_bmap.c 1.81 +4 -4 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908131029.DAA96646>