From 74a9f2e1b4d3ab45a9f72cb5b556c9f521524ab3 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Apr 2001 04:55:58 +0000 Subject: Merge with Linux 2.4.3. Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels. --- fs/minix/inode.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/minix') diff --git a/fs/minix/inode.c b/fs/minix/inode.c index d30699826..db6168073 100644 --- a/fs/minix/inode.c +++ b/fs/minix/inode.c @@ -259,6 +259,9 @@ static struct super_block *minix_read_super(struct super_block *s, void *data, minix_set_bit(0,s->u.minix_sb.s_imap[0]->b_data); minix_set_bit(0,s->u.minix_sb.s_zmap[0]->b_data); + + s->s_maxbytes = MAX_NON_LFS; + /* set up enough so that it can read an inode */ s->s_op = &minix_sops; root_inode = iget(s, MINIX_ROOT_INO); -- cgit v1.2.3