NetBSD/sys/ufs
tsutsui cd07663368 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).
2007-05-29 11:30:17 +00:00
..
ext2fs hold proclist_mutex when calling psignal(). 2007-04-19 11:05:14 +00:00
ffs Fix inconsistent changes in rev 1.153 and 1.154: 2007-05-29 11:30:17 +00:00
lfs Change references to SEGM_W_DIROPS to SEGM_CKP, and replace the logic that 2007-05-16 19:11:37 +00:00
mfs
ufs Fix lock order inversion between vnode locks and ufs_hashlock. Addresses 2007-05-28 23:42:56 +00:00
files.ufs
Makefile