linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.22-pre5 - unresolved in hfsplus
Date: Sat, 12 Jul 2003 20:50:13 +1000	[thread overview]
Message-ID: <3F0FE7E5.B3696C9A@eyal.emu.id.au> (raw)
In-Reply-To: 20030712082915.GA2409@werewolf.able.es

"J.A. Magallon" wrote:
> 
> On 07.12, Eyal Lebedinsky wrote:
> > Marcelo Tosatti wrote:
> > > Here goes -pre5.
> > > J. A. Magallon:
> > >   o hfsplus: group Apple FS's and help text
> >
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.22-pre5/kernel/fs/hfsplus/hfsplus.o
> > depmod:         mark_page_accessed
> >
> 
> I did not touch the code, I suppose nobody has tried to build it as a module.

Something was touched since I did not have this problem with the
2.4.21-ac
series which included hfsplus. This problem arrived with 2.4.22-pre3
(when hfsplus was introduced) so there was some merge issue maybe?

Actually, diffing .22-pre3-ac1 and .22-pre3 shows a few more fixes with
operator precedence missing in -pre3, like

-       if (!file->f_flags & O_DIRECT)
+       if (!(file->f_flags & O_DIRECT))

Which I am sure must be fixed.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

      reply	other threads:[~2003-07-12 10:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-11 20:26 Linux 2.4.22-pre5 Marcelo Tosatti
     [not found] ` <shsu19siyru.fsf@charged.uio.no>
2003-07-11 20:54   ` Marcelo Tosatti
2003-07-11 21:09     ` Trond Myklebust
2003-07-11 21:18       ` Jeff Garzik
2003-07-11 21:56       ` Marcelo Tosatti
2003-07-11 22:07         ` Jeff Garzik
2003-07-12  6:27         ` Christoph Hellwig
2003-07-12  6:50           ` Trond Myklebust
2003-07-11 22:22 ` Richard A Nelson
2003-07-11 22:38   ` Marcelo Tosatti
2003-07-14 16:32     ` Benjamin Herrenschmidt
2003-07-12  1:59 ` Linux 2.4.22-pre5 - unresolved in hfsplus Eyal Lebedinsky
2003-07-12  8:29   ` J.A. Magallon
2003-07-12 10:50     ` Eyal Lebedinsky [this message]

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=3F0FE7E5.B3696C9A@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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;
as well as URLs for NNTP newsgroup(s).