]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/e2fsck.h
ChangeLog, e2fsck.h, pass1.c, pass2.c, pass3.c, problem.c, problem.h, util.c:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 10 Nov 1999 13:34:40 +0000 (13:34 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 10 Nov 1999 13:34:40 +0000 (13:34 +0000)
commit6fdc7a325c8bff67fc3a0489d0858bc7c48dc1a3
tree6665eb6347cf55a4fc9265d6c03d059c32082856
parent0444e15b3426994266db743c33e011728e3333dd
ChangeLog, e2fsck.h, pass1.c, pass2.c, pass3.c, problem.c, problem.h, util.c:
  pass1.c (e2fsck_pass1): If the filesystem does not support imagic
   inodes, if an inode has the imagic flag set, offer to clear the imagic
   flag.  If a valid device/fifo/socket has the immutable flag set, call
   the new helper function check_immutable() to offerto clear the
   immutable flag.
  pass2.c (check_filetype): Use the new ext2_file_type() helper function
   instead of calculating the file_type information manually.
  pass3.c (e2fsck_reconnect_file): When adding a link to lost+found,
   calculate the filetype information so that ext2fs_link() can use the
   information if applicable.  (get_lost_and_found): Create the
   /lost+found directory with the correct filetype information if
   applicable.
  util.c (ext2_file_type), e2fsck.h: New function which returns the
   directory entry file type information given the inode's mode bits.
  problem.c, problem.h: Added new problem codes PR_1_SET_IMAGIC and
   PR_1_SET_IMMUTABLE.
ChangeLog, mke2fs.8.in:
  mke2fs.8.in: Update manual page so that the sparse_option filesystem
   option is properly named.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/util.c
misc/ChangeLog
misc/mke2fs.8.in