[Debootloaders-devel] r46 - in trunk/yaboot: debian second
Aurélien GÉRÔME
ag-guest at costa.debian.org
Mon Jul 10 22:26:24 UTC 2006
Author: ag-guest
Date: 2006-07-10 22:26:24 +0000 (Mon, 10 Jul 2006)
New Revision: 46
Modified:
trunk/yaboot/debian/changelog
trunk/yaboot/second/fs_xfs.c
Log:
Fix yaboot booting with initramfs from XFS with my patch.
Modified: trunk/yaboot/debian/changelog
===================================================================
--- trunk/yaboot/debian/changelog 2006-07-10 22:25:13 UTC (rev 45)
+++ trunk/yaboot/debian/changelog 2006-07-10 22:26:24 UTC (rev 46)
@@ -4,8 +4,9 @@
upload let.
* Change section/priority from base/important to admin/optional to
suppress override disparities.
+ * Fix yaboot booting with initramfs from XFS (closes: #336993).
- -- Aurélien GÉRÔME <ag at roxor.cx> Tue, 11 Jul 2006 00:23:52 +0200
+ -- Aurélien GÉRÔME <ag at roxor.cx> Tue, 11 Jul 2006 00:25:25 +0200
yaboot (1.3.13-6) unstable; urgency=low
Modified: trunk/yaboot/second/fs_xfs.c
===================================================================
--- trunk/yaboot/second/fs_xfs.c 2006-07-10 22:25:13 UTC (rev 45)
+++ trunk/yaboot/second/fs_xfs.c 2006-07-10 22:26:24 UTC (rev 46)
@@ -658,8 +658,6 @@
startpos = xfs_file->pos;
endpos = xfs_file->pos + len;
- if (endpos > xfs_file->len)
- endpos = xfs_file->len;
endofprev = (xfs_fileoff_t)-1;
init_extents ();
while (len > 0 && (xad = next_extent ())) {
More information about the Debootloaders-devel
mailing list