On Sun, Feb 22, 2009 at 01:30:55AM +, Kalamatee wrote:
>
>
> FWIW - This patch has been used in the AROS build of grub for the best
> part of the last year - without it SFS doesnt work.
I just committed it.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decid
FWIW - This patch has been used in the AROS build of grub for the best
part of the last year - without it SFS doesnt work.
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Hello,
Any news about applying this patch? :)
Hello,
I'm resubmitting the updated patch.
Changelog:
2009-02-11 Krzysztof Smiechowicz
* fs/sfs.c (grub_sfs_read_extent) : Correction to traversing extent
b-tree
Index: fs/sfs.c
On Tue, Jan 06, 2009 at 06:44:46PM +0100, Krzysztof Smiechowicz wrote:
> Robert Millan pisze:
>
> >>Index: fs/sfs.c
> >>===
> >>--- fs/sfs.c(revision 1919)
> >>+++ fs/sfs.c(working copy)
> >>@@ -172,7 +172,8 @@
> >>
Robert Millan pisze:
Index: fs/sfs.c
===
--- fs/sfs.c(revision 1919)
+++ fs/sfs.c(working copy)
@@ -172,7 +172,8 @@
return grub_errno;
}
- for (i = 0; i < grub_be_to_cpu16 (tree->nodes); i++)
+
Hello,
Robert Millan pisze:
Index: fs/sfs.c
===
--- fs/sfs.c(revision 1919)
+++ fs/sfs.c(working copy)
@@ -172,7 +172,8 @@
return grub_errno;
}
- for (i = 0; i < grub_be_to_cpu16 (tree->nodes); i++)
On Sat, Nov 22, 2008 at 08:55:19PM +0100, Krzysztof Smiechowicz wrote:
> Hello,
>
> I would like to submit the following patch:
>
> * fs/affs.c: Return failure when directory iteration failed.
>
> * fs/sfs.c: Return failure when directory iteration failed. Correct
> order in which btree nodes ar
Hello,
I would like to submit the following patch:
* fs/affs.c: Return failure when directory iteration failed.
* fs/sfs.c: Return failure when directory iteration failed. Correct
order in which btree nodes are read.
These changes are needed to boot AROS Research Operating System from SFS
/ FF