From owner-cvs-all Fri Aug 13 3:59:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4781E14E09; Fri, 13 Aug 1999 03:58:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99082; Fri, 13 Aug 1999 03:56:08 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199908131056.DAA99082@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 13 Aug 1999 03:56:08 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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