Re: Infinite loop regression due to recent change in hostfs.c

2008-04-13 Thread Robert Millan
On Sun, Apr 06, 2008 at 01:21:31PM -0400, Pavel Roskin wrote: > Quoting Christian Franke <[EMAIL PROTECTED]>: > > >The change in hostfs.c introduces an interesting regression: hostfs now > >appears in *_init.lst and grub_hostfs_init() is called twice in > >grub-emu and grub-fstest. This results in

Re: Infinite loop regression due to recent change in hostfs.c

2008-04-07 Thread Christian Franke
Pavel Roskin wrote: Quoting Christian Franke <...>: You should either undo this change or remove extra calls to grub_hostfs_init/fini from grub-emu.c and grub-fstest.c. The latter might not work if it is necessary to init hostfs first for some reason. I've removed the extra calls. I don't se

Re: Infinite loop regression due to recent change in hostfs.c

2008-04-06 Thread Pavel Roskin
Quoting Christian Franke <[EMAIL PROTECTED]>: The change in hostfs.c introduces an interesting regression: hostfs now appears in *_init.lst and grub_hostfs_init() is called twice in grub-emu and grub-fstest. This results in a infinite loop because the hostfs entry of grub_fs_list points to itsel

Infinite loop regression due to recent change in hostfs.c

2008-04-05 Thread Christian Franke
Pavel Roskin wrote: ... Log message: 2008-03-30 Pavel Roskin <...> * disk/host.c: Include grub/misc.h to fix a warning. * util/hostfs.c: Use GRUB_MOD_INIT and GRUB_MOD_FINI to fix warnings about implicit declarations. CVSWeb URLs