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

Bug#336993: initramfs done by yaird with XFS



tag 336993 patch
thanks

I think that does not deserve any explainations (clue: unmaintained
code)...

Cheers,
-- 
((__,-"""-,__))  Aurélien GÉRÔME           .---.
 `--)~   ~(--`   Free Software Developer  /     \
.-'(       )`-.  Unix Sys & Net Admin     \.@-@./
`~~`@)   (@`~~`                           /`\_/`\
    |     |            .''`.             //  _  \\
    |     |           : :'  :           | \     )|_
    (8___8)           `. `'`           /`\_`>  <_/ \
     `---`              `-             \__/'---'\__/
BOFH excuse #143: had to use hammer to free stuck disk drive heads.
diff -ruN yaboot-1.3.13-debian.orig/second/fs_xfs.c yaboot-1.3.13-debian/second/fs_xfs.c
--- yaboot-1.3.13-debian.orig/second/fs_xfs.c	2002-09-15 05:12:21.000000000 +0200
+++ yaboot-1.3.13-debian/second/fs_xfs.c	2006-07-10 22:39:39.236824000 +0200
@@ -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 ())) {

Attachment: signature.asc
Description: Digital signature


Reply to: