All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Svetoslav Slavtchev" <svetljo@gmx.de>
To: Alex Zarochentsev <zam@namesys.com>
Cc: reiserfs-list@namesys.com
Subject: Re: reiser4 as module (reiser4-2004.06.01-17.16-linux-2.6.7-rc1-mm1 )
Date: Thu, 3 Jun 2004 13:06:53 +0200 (MEST)	[thread overview]
Message-ID: <27095.1086260813@www24.gmx.net> (raw)
In-Reply-To: 20040603102531.GL8091@backtop.namesys.com

> On Wed, Jun 02, 2004 at 01:46:09PM +0200, Svetoslav Slavtchev wrote:
> > Hi all,
> > 
> > i'm having problem with unresolved symbols,
> > when compiling the above auto bk-snapshot
> > with reiser4 as module, and i really need 
> > to compile it as module
> > 
> 
> try this fix:
> ========================================
> # This is a BitKeeper generated diff -Nru style patch.
> #
> # ChangeSet
> #   2004/06/03 14:07:30+04:00 zam@crimson.namesys.com 
> #   reiser4_clear_page_dirty: use page->mapping instead of the wrapper.
> # 
> # as_ops.c
> #   2004/06/03 14:07:26+04:00 zam@crimson.namesys.com +1 -1
> #   reiser4_clear_page_dirty: use page->mapping instead of the wrapper.
> # 
> diff -Nru a/as_ops.c b/as_ops.c
> --- a/as_ops.c	Thu Jun  3 14:20:25 2004
> +++ b/as_ops.c	Thu Jun  3 14:20:25 2004
> @@ -72,7 +72,7 @@
>  	struct address_space *mapping;
>  	unsigned long flags;
>  
> -	mapping = page_mapping(page);
> +	mapping = page->mapping;
>  	BUG_ON(mapping == NULL);
>  
>  	read_lock_irqsave(&mapping->tree_lock, flags);
> ========================================

thanks this fixes compile,

noe i gues is time to make clean recompile,
and see what happens :-)

-- 
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info


  reply	other threads:[~2004-06-03 11:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-02 11:46 reiser4 as module (reiser4-2004.06.01-17.16-linux-2.6.7-rc1-mm1 ) Svetoslav Slavtchev
2004-06-03 10:25 ` Alex Zarochentsev
2004-06-03 11:06   ` Svetoslav Slavtchev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-06-03 12:34 Svetoslav Slavtchev

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=27095.1086260813@www24.gmx.net \
    --to=svetljo@gmx.de \
    --cc=reiserfs-list@namesys.com \
    --cc=zam@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.