Date: Fri, 13 Aug 1999 03:56:08 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c src/sys/kern vfs_vnops.c Message-ID: <199908131056.DAA99082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/08/13 03:56:08 PDT Modified files: sys/ufs/ufs ufs_vnops.c sys/kern vfs_vnops.c Log: Move the special-casing of stat(2)->st_blksize for device files from UFS to the generic level. For chr/blk devices we don't care about the blocksize of the filesystem, we want what the device asked for. Revision Changes Path 1.119 +2 -15 src/sys/ufs/ufs/ufs_vnops.c 1.73 +15 -2 src/sys/kern/vfs_vnops.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?199908131056.DAA99082>