Whamcloud - gitweb
ChangeLog, Makefile.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 3 Jan 2001 17:02:13 +0000 (17:02 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Jan 2001 17:02:13 +0000 (17:02 +0000)
commit63985320384bf143eaac9857af424800d9867a1a
tree85675c0f8a882ee7eb1bc46b37b12290e63ace61
parentf18996c8eb7f530a7a408b8ede4a99fd52c02533
ChangeLog, Makefile.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
  tune2fs.c (update_feature_set, add_journal): Moved to separate
   functions.  Added ability to add and remove the journal while the
   filesystem is live.  Added support for setting a time-based UUID.
   Removed zero-initialized static variables.
  mke2fs.c, util.c, util.h (strcasecmp, proceed_question,
   check_plausibility, parse_journal_opts, check_mount): Moved functions
   to util.c so they can be used by tune2fs.
  mke2fs.c (main): Change ext2fs_add_journal_fs() to
   ext2fs_add_journal_inode() to reflect function renaming.
misc/ChangeLog
misc/Makefile.in
misc/mke2fs.c
misc/tune2fs.8.in
misc/tune2fs.c
misc/util.c [new file with mode: 0644]
misc/util.h [new file with mode: 0644]