* [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c
@ 2001-01-08 6:03 Frank Davis
2001-01-08 11:30 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2001-01-08 6:03 UTC (permalink / raw)
To: alan; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 887 bytes --]
Hello,
While compiling 2.4.0-ac4, I receivied the following..Looks like a
typo...Patch is also below.
Regards,
Frank
inode.c: In function `qnx4_read_super':
inode.c:372: `sb' undeclared (first use in this function)
inode.c:372: (Each undeclared identifier is reported only once
inode.c:372: for each function it appears in.)
make[2]: *** [inode.o] Error 1
make[2]: Leaving directory `/usr/src/linux/fs/qnx4'
make[1]: *** [_modsubdir_qnx4] Error 2
make[1]: Leaving directory `/usr/src/linux/fs'
make: *** [_mod_fs] Error 2
--- fs/qnx4/inode.c.old Mon Jan 8 00:00:35 2001
+++ fs/qnx4/inode.c Mon Jan 8 00:38:51 2001
@@ -369,7 +369,7 @@
}
s->s_op = &qnx4_sops;
s->s_magic = QNX4_SUPER_MAGIC;
- sb->s_maxbytes = 0x7FFFFFFF;
+ s->s_maxbytes = 0x7FFFFFFF;
#ifndef CONFIG_QNX4FS_RW
s->s_flags |= MS_RDONLY; /* Yup, read-only yet */
#endif
[-- Attachment #2: Type: text/html, Size: 3017 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c
2001-01-08 6:03 [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c Frank Davis
@ 2001-01-08 11:30 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-01-08 11:30 UTC (permalink / raw)
To: Frank Davis; +Cc: alan, linux-kernel
> While compiling 2.4.0-ac4, I receivied the following..Looks like a
> typo...Patch is also below.
Cut and paste error on a path I didn't check - thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-01-08 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-08 6:03 [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c Frank Davis
2001-01-08 11:30 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox