* grub-core/fs/hfspluscomp.c (hfsplus_read_compressed_real): Call
file_progress_read_hook. * grub-core/fs/ntfscomp.c (hfsplus_read_compressed_real): Likewise.
This commit is contained in:
parent
2855a0fcce
commit
f169f65e75
7 changed files with 47 additions and 0 deletions
|
@ -56,6 +56,7 @@ struct grub_hfsplus_file
|
|||
grub_int32_t mtime;
|
||||
int compressed;
|
||||
char *cbuf;
|
||||
void *file;
|
||||
struct grub_hfsplus_compress_index *compress_index;
|
||||
grub_uint32_t cbuf_block;
|
||||
grub_uint32_t compress_index_size;
|
||||
|
|
|
@ -183,6 +183,7 @@ struct grub_ntfs_rlst
|
|||
grub_uint8_t *cur_run;
|
||||
struct grub_ntfs_attr *attr;
|
||||
struct grub_ntfs_comp comp;
|
||||
void *file;
|
||||
};
|
||||
|
||||
typedef grub_err_t (*grub_ntfscomp_func_t) (grub_uint8_t *dest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue