2008-07-27 Bean <bean123ch@gmail.com>

* fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
	smallino, as it's more descriptive, and i8count can be confused with
	the other field count.
	(grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
	inode type.
This commit is contained in:
bean 2008-07-27 14:20:49 +00:00
parent a85cd5a0b5
commit 8f5e379ff3
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2008-07-27 Bean <bean123ch@gmail.com>
* fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
smallino, as it's more descriptive, and i8count can be confused with
the other field count.
(grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
inode type.
2008-07-27 Bean <bean123ch@gmail.com>
* commands/crc.c: New file.