Module Name: src Committed By: martin Date: Mon Jul 30 08:05:33 UTC 2012
Modified Files: src/sys/dev [netbsd-6]: fss.c src/usr.sbin/fssconfig [netbsd-6]: fssconfig.c Log Message: Pull up following revision(s) (requested by hannken in ticket #449): sys/dev/fss.c: revision 1.82 sys/dev/fss.c: revision 1.83 usr.sbin/fssconfig/fssconfig.c: revision 1.9 Initialize `fss_flags' before setting an individual bit. Not a real problem as there is only one valid bit yet. >From Edgar Fuss via tech-k...@netbsd.org Use `getdisksize()' to get the size of the mounted-on block device. Should work for disks without partition table (wedges) now. Minor fix to previous -- release vnode after last use, not before. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.81.4.1 src/sys/dev/fss.c cvs rdiff -u -r1.8 -r1.8.4.1 src/usr.sbin/fssconfig/fssconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.