Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/zoularis/bsd/lib/libbsdcompat
Module Name: othersrc
Committed By: atatat
Date: Tue Jul 9 17:17:27 UTC 2002
Modified Files:
othersrc/zoularis/bsd/lib/libbsdcompat: statfs.c
Log Message:
Use Stoned Elipot's patch to resolve PR14073. Some quick testing of a
few NetBSD filesystems and a few Solaris file systems indicates that:
* netbsd's f_bsize is equivalent to the fragment size of the
underlying filesystem
* netbsd's f_iosize is equivalent to the block size of the
underlying filesystem
* solaris's f_bsize is equivalent to the block size of the
underlying filesystem
* solaris's f_frsize is equivalent to the fragment size of the
underlying filesystem
A large comment has been added to the code explaining these
conclusions. PR14073 resolved.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/zoularis/bsd/lib/libbsdcompat/statfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index