From: rct@gherkin.frus.com (Bob Tracy)
To: linux-kernel@vger.kernel.org
Subject: 2.6.7: fs/jfs/jfs_dtree.c compile error
Date: Thu, 24 Jun 2004 16:55:37 -0500 (CDT) [thread overview]
Message-ID: <20040624215537.8B8ECDBE2@gherkin.frus.com> (raw)
Older compilers (including the currently recommended minimum, which is
2.95.3) cannot handle the declaration at line 388 in the 2.6.7 version
of linux/fs/jfs/jfs_dtree.c. Moving the declaration to line 377 is a
trivial fix.
376 if (index == (MAX_INLINE_DIRTABLE_ENTRY + 1)) {
377 /*
378 * It's time to move the inline table to an external
379 * page and begin to build the xtree
380 */
381 if (dbAlloc(ip, 0, sbi->nbperpage, &xaddr))
382 goto clean_up; /* No space */
383
384 /*
385 * Save the table, we're going to overwrite it with the
386 * xtree root
387 */
388 struct dir_table_slot temp_table[12];
--
-----------------------------------------------------------------------
Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------
next reply other threads:[~2004-06-24 21:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-24 21:55 Bob Tracy [this message]
2004-06-25 16:16 ` Dave Kleikamp
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=20040624215537.8B8ECDBE2@gherkin.frus.com \
--to=rct@gherkin.frus.com \
--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
all inboxes | Powered by JetHome®