Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 12/13/2003 18:59:29
Module Name: src
Committed By: hannken
Date: Sat Dec 13 18:59:29 UTC 2003
Modified Files:
src/sys/dev: fss.c
Log Message:
Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of the
underlying block device. vn_stat() gives the wrong size for the root fs.
Remove fssdetach() and fss_attached.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/fss.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.