* grub-core/fs/btrfs.c (grub_btrfs_read_logical): Support huge
chunks. * include/grub/err.h (grub_err_t): New enum value GRUB_ERR_BUG.
This commit is contained in:
parent
93a777e388
commit
34faa5955a
3 changed files with 28 additions and 10 deletions
|
@ -55,7 +55,8 @@ typedef enum
|
|||
GRUB_ERR_TIMEOUT,
|
||||
GRUB_ERR_IO,
|
||||
GRUB_ERR_ACCESS_DENIED,
|
||||
GRUB_ERR_EXTRACTOR
|
||||
GRUB_ERR_EXTRACTOR,
|
||||
GRUB_ERR_BUG
|
||||
}
|
||||
grub_err_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue