Whamcloud - gitweb
ChangeLog, pass1.c, problem.c, problem.h, problemP.h:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2001 12:47:41 +0000 (12:47 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2001 12:47:41 +0000 (12:47 +0000)
commit21afac096df642708ebf63dc4354575883f11174
tree36595b44b7a4fb61529e4daf74115c472c492c75
parent54c637d4d29af3e6365779f8b12976abe95a4753
ChangeLog, pass1.c, problem.c, problem.h, problemP.h:
  pass1.c: Treat inodes with a low dtime (that were from a corrupted
   orphan list) specially.
  problem.c, problem.h: Add new problem codes PR_1_LOW_DTIME and
   PR_1_ORPHAN_LIST_REFUGEES, and a new latch group, PR_LATCH_LOW_DTIME.
  problemP.h: Expand the size of the problem flag to be an int instead
   of a short.  Expand space in the flag word which is reserved for
   problem latch flags from 3 bits to 8 bits.
ChangeLog, expect.1, expect.2, image.gz, name:
  f_badorphan: New test which verifies corrupted orphan list handling.
e2fsck/ChangeLog
e2fsck/pass1.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/problemP.h
tests/ChangeLog
tests/f_badorphan/expect.1 [new file with mode: 0644]
tests/f_badorphan/expect.2 [new file with mode: 0644]
tests/f_badorphan/image.gz [new file with mode: 0644]
tests/f_badorphan/name [new file with mode: 0644]