From: "Ingo Bormuth" <ibormuth@efil.de>
To: reiserfs devel <reiserfs-devel@vger.kernel.org>
Subject: Reiser4: Compilation Error on 2.6.28.1_[Scanned]
Date: Mon, 19 Jan 2009 01:53:27 +0100 [thread overview]
Message-ID: <1232326407.2948.7.camel@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
Reiser4-for-2.6.28 does apply but fails to compile on
vanilla-2.6.28.1 due to the following commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=54566b2c1594c2326a645a3551f9d989f7ba3c5e
Attached is a tiny fix which works fine here.
--
Ingo Bormuth, voicebox & telefax: +49-(0)-12125-10226517
PGP public key 86326EC9 at http://ibormuth.efil.de/contact
[-- Attachment #2: reiser4-for-2.6.28.1-grab_cache_page_write_begin.patch --]
[-- Type: text/x-patch, Size: 400 bytes --]
--- /tmp/reiser4/plugin/file/file_conversion.c 2009-01-19 00:39:04.548008815 +0100
+++ fs/reiser4/plugin/file/file_conversion.c 2009-01-19 00:41:10.956013107 +0100
@@ -686,7 +686,7 @@
start = pos & (PAGE_CACHE_SIZE - 1);
end = start + len;
- page = __grab_cache_page(mapping, index);
+ page = grab_cache_page_write_begin(mapping, index, flags);
*pagep = page;
if (!page)
return -ENOMEM;
next reply other threads:[~2009-01-19 0:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-19 0:53 Ingo Bormuth [this message]
2009-01-19 21:27 ` Reiser4: Compilation Error on 2.6.28.1_[Scanned] Edward Shishkin
2009-01-25 17:13 ` Volker Armin Hemmann
2009-01-27 10:02 ` Ingo Bormuth
-- strict thread matches above, loose matches on Subject: below --
2009-01-25 17:15 Volker Armin Hemmann
2009-01-25 17:32 ` Edward Shishkin
2009-01-25 17:37 ` Volker Armin Hemmann
2009-01-25 17:44 ` Edward Shishkin
2009-01-25 17:52 ` Teran McKinney
2009-01-25 17:56 ` Volker Armin Hemmann
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=1232326407.2948.7.camel@localhost \
--to=ibormuth@efil.de \
--cc=reiserfs-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.