diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-12-23 22:27:52 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-12-23 22:27:52 -0500 |
commit | f1a1761d678a5ac539419f62676ce4c1bbd0767e (patch) | |
tree | 6f3e852c5aa74fc82a9bd88b8059852d8b44ebb7 /TODO | |
parent | 19007e51a548d1e0eff01025dde9f147a0beb26d (diff) | |
download | e2fsprogs-f1a1761d678a5ac539419f62676ce4c1bbd0767e.tar.gz |
Enhnaced the get backup superblock function so that it does
the right thing if the filesystem superblock is unavailable;
it will search for the superblock by iterating over possible
blocksizes.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -40,11 +40,6 @@ Add chmod command to debugfs. ------------------------------------------ -fix up get_backup_sb, so that it doesn't choose something bogus if -fs->super->.... is ridiculous - ----------------------------------- - Maybe a bug in debugfs v.1.14: if a file has more than one hardlink, only the first filename is shown when using command @@ -200,12 +195,6 @@ TODO list. check_if_mounted() should check to see if the file is in /proc/swaps, to avoid mkfs's or checking a active swap partition. ----------------------------------------------------------------- - -Add a check in configure.in on Linux systems making sure that -/usr/include/linux and /usr/include/asm exist. Otherwise you can have -some very obscure errors! - ----------------------------------------------------------------- Debugfs's link command should set the file type information |