mtime support for ntfs

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-12 01:00:33 +01:00
parent 7b32d83d78
commit 0e5507c411
2 changed files with 9 additions and 0 deletions

View file

@ -135,6 +135,7 @@ struct grub_fshelp_node
struct grub_ntfs_data *data;
char *buf;
grub_uint64_t size;
grub_uint64_t mtime;
grub_uint32_t ino;
int inode_read;
struct grub_ntfs_attr attr;