Whamcloud - gitweb
ChangeLog, pass3.c, problem.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Dec 1998 16:40:38 +0000 (16:40 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Dec 1998 16:40:38 +0000 (16:40 +0000)
commit5a679c8fb15540f86fc2eae3117412adc6ecbb33
treec671251b72af092f9cff098f319ab43eb7f33f98
parent1dde43f0c1176f61dd0bf91aff265ce8cd1c5fd6
ChangeLog, pass3.c, problem.c:
  pass3.c (get_lost_and_found): If the filesystem is not opened
   read-only, then force /lost+found to be created if it is not present.
  problem.c: Allow PR_3_NO_LF_DIR to be handled during a preen operation.
ChangeLog, Makefile.in:
  Makefile.in: Updated dependencies.
ChangeLog, fsck.c:
  fsck.c (load_fs_info): Parse /etc/fstab ourselves, instead of relying
   on getmntent().  This has the advantage of allowing us to properly
   handle missing pass numbers correctly.
ChangeLog, configure.in:
  configure.in: Add paths.h to header files for which we search.
13 files changed:
ChangeLog
configure.in
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/pass3.c
e2fsck/problem.c
lib/e2p/ChangeLog
lib/e2p/Makefile.in
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
misc/ChangeLog
misc/Makefile.in
misc/fsck.c