Re: Linux 2.4.22-pre5 - unresolved in hfsplus

J.A. Magallon (jamagallon@able.es)
Sat, 12 Jul 2003 10:29:15 +0200


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.
Try with this...

--- mm/filemap.c.orig 2003-07-12 10:24:55.000000000 +0200
+++ mm/filemap.c 2003-07-12 10:25:17.000000000 +0200
@@ -1338,6 +1338,8 @@
SetPageReferenced(page);
}

+EXPORT_SYMBOL(mark_page_accessed);
+
/*
* This is a generic file read routine, and uses the
* inode->i_op->readpage() function for the actual low-level

-- 
J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.22-pre2-jam1 (gcc 3.3 (Mandrake Linux 9.2 3.3-2mdk))
-
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/