Re: [PATCH] fs: Fix block lists not being able to address to end of disk sometimes

2020-12-02 Thread Daniel Kiper
On Mon, Nov 23, 2020 at 03:27:42AM -0600, Glenn Washburn wrote: > When checking if a block list goes past the end of the disk, make sure > the total size of the disk is in grub native sector sizes, otherwise there > will be blocks at the end of the disk unaccessible by block lists. > > Signed-off-b

[PATCH] fs: Fix block lists not being able to address to end of disk sometimes

2020-11-23 Thread Glenn Washburn
When checking if a block list goes past the end of the disk, make sure the total size of the disk is in grub native sector sizes, otherwise there will be blocks at the end of the disk unaccessible by block lists. Signed-off-by: Glenn Washburn --- grub-core/kern/fs.c | 4 +++- 1 file changed, 3 i