Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 06/05/2004 06:28:11
Module Name:	src
Committed By:	jdolecek
Date:		Sat Jun  5 06:28:11 UTC 2004

Modified Files:
	src/sys/fs/smbfs: smbfs_smb.c

Log Message:
set 'frag' size to the same value as the file system block size, so
that userland would pick up correct size of unit (it uses lower of
these values as the size of one 'block' for f_blocks et.al.)
fixes PR bin/25319 by Juan RP


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/fs/smbfs/smbfs_smb.c

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