Subject:
Re: [reiserfs-list] note: ac4 + reiser doesn't work
Date:
Mon, 8 Jan 2001 20:06:17 +1300
From:
Chris Wedgwood <
[email protected]>
To:
David Raufeisen <
[email protected]>
CC:
[email protected], Alan Cox <
[email protected]>
On Sun, Jan 07, 2001 at 07:44:41PM -0800, David Raufeisen wrote:
ac4 included some fs changes, i get a bunch of file too large
stuff on bootup.
Alan added LFS checks (well, maximu file size checks) to the VFS, so
reiserfs now needs to declare it's maximum file size now. The
attached patch fixes things.
Note! I don't know what the largest a reiserfs file can be; I've just
hard-coded things to 2^41 bytes for now. This will get people going
but it's _not_ the right answer.
--cw