]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/super.c
ChangeLog, problem.c, problem.h, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 8 May 2000 13:33:17 +0000 (13:33 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 8 May 2000 13:33:17 +0000 (13:33 +0000)
commit4ea0a1109d761e9caaa53f6fa9e036321826c5fa
tree539607f79fd8c5ac817e50ca75035aec98fb2126
parent3030daa8aba89830fb0623be01e507bffd636399
ChangeLog, problem.c, problem.h, super.c:
  problem.c, problem.h (PR_0_HURD_CLEAR_FILETYPE): Add new problem code.
  super.c (check_super_block): If the OS type in the superblock is the
   Hurd, check to see if the filetype feature is set, and offer to clear
   it if so.  This needs to be done since the Hurd doesn't properly
   support the filetype feature.  (And since the hurd allows the
   transmogrification of files to special files and vice versa --- for no
   good reason that I can understand --- it can't support the filetype
   feature for the forseeable future, either.)
ChangeLog, mke2fs.c:
  mke2fs.c (main): We forcibly turn off the filetype feature if the OS
   is the hurd, since the hurd doesn't support it.  (And since the hurd
   allows the transmogrification of files to special files and vice versa
   --- for no good reason that I can understand --- it can't support the
   filetype feature for the forseeable future, either.)
  mke2fs.c (proceed_question): Fix reversed sense of proceed_question
   that was busted due to the internationalization patch.  Fixed bug
   where if proceed_question was called twice, the input buffer wasn't
   cleared of the previous question's newline.
ChangeLog, expect.1, expect.2, image.gz, name:
  f_hurd: Add test for Hurd-specific features (right now, just checks to
   make sure the filetype feature is cleared)
ChangeLog, ls.c:
  ls.c (list_super): Change the string displayed for the Hurd to be
   GNU/Hurd, instead of just "GNU".
13 files changed:
e2fsck/ChangeLog
e2fsck/problem.c
e2fsck/problem.h
e2fsck/super.c
lib/e2p/ChangeLog
lib/e2p/ls.c
misc/ChangeLog
misc/mke2fs.c
tests/ChangeLog
tests/f_hurd/expect.1 [new file with mode: 0644]
tests/f_hurd/expect.2 [new file with mode: 0644]
tests/f_hurd/image.gz [new file with mode: 0644]
tests/f_hurd/name [new file with mode: 0644]