]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2004-06-27 Tomas Ebenlendr <ebik@ucw.cz>
authormarco_g <marco_g@localhost>
Sun, 27 Jun 2004 10:43:11 +0000 (10:43 +0000)
committermarco_g <marco_g@localhost>
Sun, 27 Jun 2004 10:43:11 +0000 (10:43 +0000)
commit6eabba74e7331ba7c3575aa35ec5007e17552a2c
tree305e83c342045cad7cdfad4cf9190b491a310e88
parent66e19ef8ba9ee6a801a0693b1aaf4f009433965c
2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>

* fs/ext2.c (FILETYPE_INO_MASK, FILETYPE_INO_DIRECTORY)
(FILETYPE_INO_SYMLINK): New macros.
(grub_ext2_find_file): Check if the node is a directory using the
inode stat information instead of using the filetype in the
dirent.  Exclude the first character of an absolute symlink.
(grub_ext2_dir): Mask out the filetype part of the mode member of
the inode.
ChangeLog
fs/ext2.c