All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Riffard <laurent.riffard@free.fr>
To: Vladimir Saveliev <vs@namesys.com>
Cc: "reiserfs-dev@namesys.com" <reiserfs-dev@namesys.com>,
	reiserfs-list@namesys.com, grev@namesys.com
Subject: Re: reiser4 for 2.6.10 and reiser4 update for 2.6.10-rc3-mm1
Date: Fri, 31 Dec 2004 00:36:01 +0100	[thread overview]
Message-ID: <41D490E1.2000808@free.fr> (raw)
In-Reply-To: <1104430148.7086.11.camel@tribesman.namesys.com>

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]


Hello,

I applied reiser4-update-for-2.6.10-rc3-mm1-2.gz on top of my 
2.6.10-rc3-mm1 tree and then tried to compile :

linux-2.6$ make
[...]
  Building modules, stage 2.
  MODPOST
*** Warning: "find_get_pages" [fs/reiser4/reiser4.ko] undefined!
*** Warning: "find_get_pages_tag" [fs/reiser4/reiser4.ko] undefined!
  LD [M]  fs/reiser4/reiser4.ko

linux-2.6$ grep REISER4 .config
CONFIG_REISER4_FS=m
# CONFIG_REISER4_CHECK is not set

The following patch fixed it :

--- linux-2.6/mm/filemap.c~	2004-12-13 22:15:33.074988832 +0100
+++ linux-2.6/mm/filemap.c	2004-12-31 00:20:21.760733816 +0100
@@ -636,6 +636,7 @@ unsigned find_get_pages(struct address_s
 	read_unlock_irq(&mapping->tree_lock);
 	return ret;
 }
+EXPORT_SYMBOL(find_get_pages);
 
 /*
  * Like find_get_pages, except we only return pages which are tagged with
@@ -657,6 +658,7 @@ unsigned find_get_pages_tag(struct addre
 	read_unlock_irq(&mapping->tree_lock);
 	return ret;
 }
+EXPORT_SYMBOL(find_get_pages_tag);
 
 /*
  * Same as grab_cache_page, but do not wait if the page is unavailable.


~~
laurent


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

  parent reply	other threads:[~2004-12-30 23:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <41B4A035.2020509@namesys.com>
2004-12-24 18:08 ` reiser4 for Vladimir Saveliev
     [not found] ` <1104430148.7086.11.camel@tribesman.namesys.com>
2004-12-30 18:32   ` reiser4 for 2.6.10 and reiser4 update for 2.6.10-rc3-mm1 Sander
2004-12-30 18:20     ` Vladimir Saveliev
2005-01-02  8:47       ` reiser4 on amd64 (was: Re: reiser4 for 2.6.10 and reiser4 update for 2.6.10-rc3-mm1) Sander
2004-12-30 19:10   ` reiser4 for 2.6.10 and reiser4 update for 2.6.10-rc3-mm1 E.Gryaznova
2004-12-30 23:36   ` Laurent Riffard [this message]
2004-12-31  4:13     ` Hans Reiser

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=41D490E1.2000808@free.fr \
    --to=laurent.riffard@free.fr \
    --cc=grev@namesys.com \
    --cc=reiserfs-dev@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=vs@namesys.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 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.