From: Andrew Morton <akpm@zip.com.au>
To: "jfs-discussion@www-126.southbury.usf.ibm.com"
<jfs-discussion@www-126.southbury.usf.ibm.com>,
lkml <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@transmeta.com>
Subject: [patch] JFS build fix for 2.5.8
Date: Sun, 14 Apr 2002 17:15:21 -0700 [thread overview]
Message-ID: <3CBA1B99.138CA8D3@zip.com.au> (raw)
Missed a page->buffers -> page->private conversion.
Apologies..
--- 2.5.8/fs/jfs/jfs_metapage.c~dallocbase-35-pageprivate_fixes Sun Apr 14 17:04:11 2002
+++ 2.5.8-akpm/fs/jfs/jfs_metapage.c Sun Apr 14 17:04:11 2002
@@ -515,7 +515,7 @@ static inline void sync_metapage(metapag
lock_page(page);
/* we're done with this page - no need to check for errors */
- if (page->buffers) {
+ if (page_has_buffers(page)) {
writeout_one_page(page);
waitfor_one_page(page);
}
-
reply other threads:[~2002-04-14 23:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3CBA1B99.138CA8D3@zip.com.au \
--to=akpm@zip.com.au \
--cc=jfs-discussion@www-126.southbury.usf.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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