Subject: CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/30/2007 20:37:05
Module Name: src
Committed By: bouyer
Date: Wed May 30 20:37:05 UTC 2007
Modified Files:
src/sys/ufs/ffs [netbsd-3]: ffs_vfsops.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1798):
sys/ufs/ffs/ffs_vfsops.c: revision 1.201
Fix inconsistent changes in rev 1.153 and 1.154:
Adjust fs->fs_maxfilesize instead of ump->um_maxfilesize
in ffs_oldfscompat_read() because the latter is overrided
by the former after ffs_oldfscompat_read() returned.
Fixes EFBIG errors on read(2) and "exec /sbin/init: error 8"
problem on mac68k after mountroot() on old 4.3BSD UFS created
by the Mkfs tool for MacOS (reported and confirmed on port-mac68k).
To generate a diff of this commit:
cvs rdiff -r1.162.2.2 -r1.162.2.3 src/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.