Whamcloud - gitweb
ChangeLog, journal.c:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 21:11:24 +0000 (21:11 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 21:11:24 +0000 (21:11 +0000)
commit6a6d3d44d6e90539007b8d32e6cb76f62a4af163
tree8f5aa92f9674839896e23e57afb3df61d226b99a
parent721edd0eddcfb4ebdd4fba22338a674477795acd
ChangeLog, journal.c:
  journal.c: Make sure all functions which return an error code use the
   errcode_t return type, and not "int"
   (e2fsck_journal_release): Add new parameter, "drop", which is used
   when we just want to deallocate the journal without trying to write
   out any changes.
   (mark_buffer_clean): New function e2fsck_check_ext3_journal): If we
   fail loading the journal, make sure we free all memory associated with
   it.
   (recover_ext3_journal): If we fail to load the journal or initialize
   the revoke data structures, make sure we free all memory associated
   with the journal.
e2fsck/ChangeLog
e2fsck/journal.c