Module Name: src Committed By: bouyer Date: Sat Aug 27 15:17:34 UTC 2016
Modified Files: src/sbin/fsdb [netbsd-7]: fsdb.c src/sys/ufs/ffs [netbsd-7]: ffs_vfsops.c src/usr.sbin/quot [netbsd-7]: quot.c Log Message: Pull up following revision(s) (requested by martin in ticket #1210): sys/ufs/ffs/ffs_vfsops.c: revision 1.340 usr.sbin/quot/quot.c: revision 1.34 sbin/fsdb/fsdb.c: revision 1.49 >From Michael Plass: The superblock field that distinguishes between 4.2BSD and 4.4BSD inodes is really only relevant on a UFS1 file system. Make sure that it is a UFS1 fs before using fs_old_inodefmt. Note that the NetBSD newfs and mkfs utilities initialize fs_old_inodefmt even for UFS2, so problems were apparent only on file systems created by other operating systems, for example, FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.48.6.1 src/sbin/fsdb/fsdb.c cvs rdiff -u -r1.299.2.3 -r1.299.2.4 src/sys/ufs/ffs/ffs_vfsops.c cvs rdiff -u -r1.33 -r1.33.4.1 src/usr.sbin/quot/quot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.