]> git.proxmox.com Git - grub2.git/commit
Add filesystem mtime to AFFS.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 7 May 2012 23:51:34 +0000 (01:51 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 7 May 2012 23:51:34 +0000 (01:51 +0200)
commitd20fab84712ddfbae48a687dd2a31ec1aab2bb7c
tree6bbc31d9869a505eb445254234497ad5f76c9c86
parente87b10f5d69a8ff7ad5055ddda2ba0954a36ba7d
Add filesystem mtime to AFFS.

* grub-core/fs/affs.c (grub_affs_file): Make type unsigned.
(aftime2ctime): New function.
(grub_affs_dir): Use aftime2ctime.
(grub_affs_label): Fix return value.
(grub_affs_mtime): New function.
(grub_affs_fs): Add mtime.
ChangeLog
grub-core/fs/affs.c