summaryrefslogtreecommitdiff
path: root/e2fsck/ChangeLog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-22 20:53:01 -0400
committerTheodore Ts'o <tytso@mit.edu>2007-05-22 20:53:01 -0400
commitf954ba012fbff61730890115308e78de6720ad5f (patch)
tree20503dd85c17bf0692e4bee5bfe5a3517fc93478 /e2fsck/ChangeLog
parent32460c1e4c7259b532bdd1e74583c80f573b467a (diff)
downloade2fsprogs-f954ba012fbff61730890115308e78de6720ad5f.tar.gz
Fix gcc -Wall issues in e2fsck sources
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Diffstat (limited to 'e2fsck/ChangeLog')
-rw-r--r--e2fsck/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 02dcd8a5..505be1b3 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,5 +1,19 @@
2007-05-22 Theodore Tso <tytso@mit.edu>
+ * pass1.c (e2fsck_pass1_check_device_inode): Mark the fs parameter
+ as unused.
+ (e2fsck_setup_tdb_icount): Use profile_get_uint() function
+ for reading the threshold. Remove unused variables.
+
+ * dirinfo.c (setup_tdb): Use the profile_get_uint() function for
+ reading the threshold.
+ (setup_db): Declare it as static
+ (setup_tdb): #include uuid.h since we use a uuid function
+ (e2fsck_get_dir_info, e2fsck_dir_info_iter_begin): Remove
+ unused variables
+ (e2fsck_dir_info_iter_end): Mark the ctx parameter as
+ unused.
+
* profile.h, profile.c (profile_get_uint): New function which
returns an unsigned integer.