grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub2 resets machine when reading from an xfs filesystem


From: Marco Gerards
Subject: Re: grub2 resets machine when reading from an xfs filesystem
Date: Wed, 30 Jan 2008 16:02:55 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Bean <address@hidden> writes:

[...]

>> > -  int call_hook (grub_uint64_t ino, char *filename)
>> > +  int __attribute__ ((regparm(1))) call_hook (grub_uint64_t ino, char
>> > *filename)
>> >      {
>> >        struct grub_fshelp_node *fdiro;
>>
>> Do you have a more generic solution to this?  Something that can be
>> compared with NESTED_FUNC_ATTR?  This is an i386 only bug...
>
> perhaps define NESTED_FUNC_ADDR2 as __attribute__ ((regparm(1)))  ?

Sounds ok to me.

>> Besides that, XFS is still not finished as BTrees are not yet
>> supported.  So big files/directories cannot be accessed yet :-/
>
> i'll check this out later.

Great! :-)

Currently XFS is not usable because of this.

--
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]