Whamcloud - gitweb
ChangeLog, pass3.c, pass4.c, problem.c, problem.h, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Sep 1998 01:26:03 +0000 (01:26 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Sep 1998 01:26:03 +0000 (01:26 +0000)
commit7f813ba33711902f5e557da49f98622532e7556d
treed26c3e2ef12c61bd5fe57a8ee661aaab589a4233
parent2eb374c9401079aa56aa12f0047ca3866e69b754
ChangeLog, pass3.c, pass4.c, problem.c, problem.h, super.c:
  problem.c: Add PR_3_NO_DIRINFO error code.
  super.c (check_super_value): Rename min and max to min_val and max_val
   to avoid possible cpp macro conflicts.
  pass4.c (e2fsck_pass4): Rename max to maxgroup, to avoid possible cpp
   macro conflicts.
  pass3.c (e2fsck_pass3): Rename max to maxdirs, to avoid possible cpp
   macro conflicts.
   (check_directory): Fix logic to avoid possible core dump in the
   case of ext2fs_get_dir_info returning NULL.  (By the time we get here,
   it should never happen, but...).  Also simply/streamline the control
   flow of the function.
e2fsck/ChangeLog
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c