Subject: CVS commit: src/sys/fs/sysvbfs
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/28/2007 12:33:18
Module Name:	src
Committed By:	tsutsui
Date:		Thu Jun 28 12:33:18 UTC 2007

Modified Files:
	src/sys/fs/sysvbfs: sysvbfs_vfsops.c

Log Message:
Fix mnt_dev_bshift value. Pointed out by rumble@.

I'm not sure how mnt_dev_bshift is used and
whether BFS_BSHIFT is correct for it, but as rumble
said shifting BFS_BSIZE (==512) seems completly wrong.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/fs/sysvbfs/sysvbfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.