public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Frank Davis <fdavis112@juno.com>
To: alan@lxorguk.ukuu.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c
Date: Mon, 8 Jan 2001 01:03:46 -0500	[thread overview]
Message-ID: <20010108.010347.-134485.3.fdavis112@juno.com> (raw)

[-- 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 --]

             reply	other threads:[~2001-01-08  6:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-08  6:03 Frank Davis [this message]
2001-01-08 11:30 ` [PATCH] 2.4.0-ac4 : fs/qnx4/inode.c Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010108.010347.-134485.3.fdavis112@juno.com \
    --to=fdavis112@juno.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox