+2001-06-13 Theodore Tso <tytso@valinux.com>
+
+ * setsuper.c: Add s_lastcheck field to the fields which can be
+ modified using set_super_value. (Suggested by Andreas
+ Dilger)
+
2001-06-03 Theodore Tso <tytso@valinux.com>
* debugfs.c (copy_file): Fixed signed vs unsigned bug which causes
/* __u8 s_uuid[16]; */
{ "volume_name", &set_sb.s_volume_name, 16, parse_string },
{ "last_mounted", &set_sb.s_last_mounted, 64, parse_string },
+ { "lastcheck", &set_sb.s_lastcheck, 4, parse_uint },
{ "algorithm_usage_bitmap", &set_sb.s_algorithm_usage_bitmap,
4, parse_uint },
{ "prealloc_blocks", &set_sb.s_prealloc_blocks, 1, parse_uint },
2001-06-13 Theodore Tso <tytso@valinux.com>
+ * Makefile.in (HFILES): Add ext2_types.h to the list of files
+ which should be installed.
+
* ismounted.c (check_mntent_file): Work around GNU hurd brain
damage. Addresses Debian bug #100304.
$(srcdir)/version.c \
$(srcdir)/write_bb_file.c
-HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h
+HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_types.h
LIBRARY= libext2fs
LIBDIR= ext2fs