Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src
Module Name: src
Committed By: bouyer
Date: Sat Aug 27 14:40:35 UTC 2016
Modified Files:
src/sbin/fsdb [netbsd-6]: fsdb.c
src/sys/ufs/ffs [netbsd-6]: ffs_vfsops.c
src/usr.sbin/quot [netbsd-6]: quot.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #1395):
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.43 -r1.43.4.1 src/sbin/fsdb/fsdb.c
cvs rdiff -u -r1.275.2.4 -r1.275.2.5 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.29 -r1.29.6.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.
Home |
Main Index |
Thread Index |
Old Index