Re: CVS commit: src/sys/ufs/ffs

2010-08-09 Thread Antti Kantee
On Mon Aug 09 2010 at 17:59:08 +0200, Christoph Egger wrote: > > Tested by compiling sys/rump with CPPFLAGS+=-DMAXPHYS=32768 (all > > tests in tests/fs still pass). I don't know how we're going to > > translate this into an easy regression test, though. Maybe with > > a hacked newfs? > > No. Wha

Re: CVS commit: src/sys/ufs/ffs

2010-08-09 Thread Christoph Egger
> Module Name: src > Committed By: pooka > Date: Mon Aug 9 15:50:13 UTC 2010 > > Modified Files: > src/sys/ufs/ffs: ffs_vfsops.c > > Log Message: > Return error if we try to mount a file system with block size > MAXBSIZE. > > Note: there is a billion ways to make the kernel pani