ons, 2004-06-30 kl. 16:36 skrev Vladimir V. Saveliev: 

> Thanks for report
> next auto-snapshot will fix it
> for now you can add
> EXPORT_SYMBOL(__get);
> EXPORT_SYMBOL(__pagevec_release);
> EXPORT_SYMBOL(pagevec_lookup_tag);

Added 
EXPORT_SYMBOL(__iget);
in fs/inode.c
and
EXPORT_SYMBOL(__pagevec_release);
EXPORT_SYMBOL(pagevec_lookup_tag);
in mm/swap.c

And now it works - thanx :-)
Now the testing begins....

/ronni

Reply via email to