Whamcloud - gitweb
ChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 26 Mar 2001 20:07:13 +0000 (20:07 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Mar 2001 20:07:13 +0000 (20:07 +0000)
commit2537b6d0c1aa9710a05cdfafc281b4884c67bdb2
treef0fb6c0889325dae11e2e95ad954cf71bfe698cb
parent0a24c00bea29de9c5ed307d2b4a49e3d08943e7d
ChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
  ke2fs.8.in, tune2fs.8.in: Change man paegs to document that the
  journal must be bewteen 1024 and 10,240 file system blocks.
  mke2fs.c, tune2fs.c: Change to use figure_journal_size()
  util.c, util.h (figure_journal_size): Change journal_default_size into
   routine which also converts the requested journal size into filesystem
   blocks and does bounds checking to make sure the journal is sized
   reasonably.  Renamed function to journal_default_size.
   parse_journal_opts): Remove bounds check for the journal size, since
   this is now done in figure_journal_size, and based on the number of
   filesystem blocks, as opposed to using the absolute size of the
   journal.
misc/ChangeLog
misc/mke2fs.8.in
misc/mke2fs.c
misc/tune2fs.8.in
misc/tune2fs.c
misc/util.c
misc/util.h