Subject: CVS commit: [netbsd-4] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 06/04/2007 19:51:54
Module Name:	src
Committed By:	riz
Date:		Mon Jun  4 19:51:54 UTC 2007

Modified Files:
	src/sys/ufs/ffs [netbsd-4]: ffs_vfsops.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #686):
	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.190 -r1.190.2.1 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.