merge 4096 into luks
This commit is contained in:
commit
ae13460ee1
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ grub_disk_read (grub_disk_t disk, grub_disk_addr_t sector,
|
|||
|
||||
if (data)
|
||||
{
|
||||
grub_memcpy (buf, data, GRUB_DISK_CACHE_SIZE);
|
||||
grub_memcpy (buf, data,
|
||||
GRUB_DISK_CACHE_SIZE << GRUB_DISK_SECTOR_BITS);
|
||||
sector += GRUB_DISK_CACHE_SIZE;
|
||||
buf = (char *) buf + (GRUB_DISK_CACHE_SIZE << GRUB_DISK_SECTOR_BITS);
|
||||
size -= (GRUB_DISK_CACHE_SIZE << GRUB_DISK_SECTOR_BITS);
|
||||
|
|
Loading…
Add table
Reference in a new issue