Re: [PATCH] Corrections to affs and sfs

2009-02-27 Thread Robert Millan
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

Re: [PATCH] Corrections to affs and sfs

2009-02-21 Thread Kalamatee
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

Re: [PATCH] Corrections to affs and sfs

2009-02-11 Thread Krzysztof Smiechowicz
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

Re: [PATCH] Corrections to affs and sfs

2009-02-07 Thread Robert Millan
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 @@ > >>

Re: [PATCH] Corrections to affs and sfs

2009-01-06 Thread Krzysztof Smiechowicz
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++) +

Re: [PATCH] Corrections to affs and sfs

2008-11-29 Thread Krzysztof Smiechowicz
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++)

Re: [PATCH] Corrections to affs and sfs

2008-11-28 Thread Robert Millan
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

[PATCH] Corrections to affs and sfs

2008-11-22 Thread Krzysztof Smiechowicz
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