Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: martin
Date: Thu Jul 28 08:24:58 UTC 2016
Modified Files:
src/sbin/fsdb: fsdb.c
src/sys/ufs/ffs: ffs_vfsops.c
src/usr.sbin/quot: quot.c
Log Message:
>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.49 src/sbin/fsdb/fsdb.c
cvs rdiff -u -r1.339 -r1.340 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.33 -r1.34 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