aboutsummaryrefslogtreecommitdiffstats
path: root/misc/util.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-12-16 23:23:37 -0500
committerTheodore Ts'o <tytso@mit.edu>2001-12-16 23:23:37 -0500
commit4ea7bd04390935e1f8b473c8b857e518df2e226b (patch)
tree522193270e7d1c89b7bacc8a7df6486dcccaf82d /misc/util.h
parent8cf93332d180e6929d73cd8c855c3a83d6a6648c (diff)
downloadandroid_external_e2fsprogs-4ea7bd04390935e1f8b473c8b857e518df2e226b.tar.gz
android_external_e2fsprogs-4ea7bd04390935e1f8b473c8b857e518df2e226b.tar.bz2
android_external_e2fsprogs-4ea7bd04390935e1f8b473c8b857e518df2e226b.zip
Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus
error message could be printed on an malloc() failure, and e2image was optimized to avoid needless system calls by using the stashed inode functions.
Diffstat (limited to 'misc/util.h')
-rw-r--r--misc/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/util.h b/misc/util.h
index d4ef8f96..d3cc9e66 100644
--- a/misc/util.h
+++ b/misc/util.h
@@ -21,5 +21,5 @@ extern void proceed_question(void);
extern void check_plausibility(const char *device);
extern void parse_journal_opts(const char *opts);
extern void check_mount(const char *device, int force, const char *type);
-extern int figure_journal_size(int journal_size, ext2_filsys fs);
+extern int figure_journal_size(int size, ext2_filsys fs);
extern void print_check_message(ext2_filsys fs);