lkml.org 
[lkml]   [2003]   [Jul]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
    /
    DateSat, 12 Jul 2003 20:50:13 +1000
    FromEyal Lebedinsky <>
    SubjectRe: Linux 2.4.22-pre5 - unresolved in hfsplus
    "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/>
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    
    
    \
     
     \ /
      Last update: 2005-03-22 13:46    [from the cache]
    ©2003-2008