wok rev 20226
grub: add ext4 patch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 01 11:52:40 2018 +0100 (2018-03-01) |
parents | df2e1b1bbac1 |
children | b4680310d62a |
files | grub/stuff/ext3_256byte_inode+ext4.diff |
line diff
1.1 --- a/grub/stuff/ext3_256byte_inode+ext4.diff Thu Mar 01 11:50:30 2018 +0100 1.2 +++ b/grub/stuff/ext3_256byte_inode+ext4.diff Thu Mar 01 11:52:40 2018 +0100 1.3 @@ -784,7 +784,7 @@ 1.4 { 1.5 /* Read the necessary blocks, and reset the file pointer. */ 1.6 - len = grub_read (linkbuf, filemax); 1.7 -+ len = grub_read (linkbuf, filemax, 0xedde0d90); 1.8 ++ len = grub_read (linkbuf, filemax); 1.9 filepos = 0; 1.10 if (!len) 1.11 return 0;