Whamcloud - gitweb
ChangeLog, Makefile.in, dumpe2fs.c, jfs_user.h, mke2fs.c, tune2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 16 Jan 2001 07:47:31 +0000 (07:47 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Jan 2001 07:47:31 +0000 (07:47 +0000)
commit16ed5b3af43c72f60991222b9d7ab65cf53f203d
treefd0f2439b29b07d173fcaee571bfbb401f370ac6
parenta112847b39386f9e7332ba5e5a0a5e54cfe301cc
ChangeLog, Makefile.in, dumpe2fs.c, jfs_user.h, mke2fs.c, tune2fs.c:
  tune2fs.c: Changed the external journal code so that it simply adds a
   filesystem to a journal; the journal must have bene created via
   "mke2fs -O journal_dev /dev/XXX".
  mke2fs.c: Add support for creating an external journal device by using
   the command "mke2fs -O journal_dev /dev/XXX".  Also changed the
   external journal code so -j device=/dev/XXX it simply adds a
   filesystem to that journal; the journal must have been created via
   separate step.
  dumpe2fs.c (print_journal_information): Add support for dumping
   information about an external journal device.
misc/ChangeLog
misc/Makefile.in
misc/dumpe2fs.c
misc/jfs_user.h [new file with mode: 0644]
misc/mke2fs.c
misc/tune2fs.c