* grub-core/fs/ntfs.c: Handle 48-bit MFT no.
This commit is contained in:
parent
1437da5440
commit
979d9f521d
3 changed files with 14 additions and 14 deletions
|
@ -143,7 +143,7 @@ struct grub_ntfs_file
|
|||
grub_uint8_t *buf;
|
||||
grub_uint64_t size;
|
||||
grub_uint64_t mtime;
|
||||
grub_uint32_t ino;
|
||||
grub_uint64_t ino;
|
||||
int inode_read;
|
||||
struct grub_ntfs_attr attr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue