aboutsummaryrefslogtreecommitdiffstats
path: root/misc/util.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-06-14 06:42:44 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-06-14 06:42:44 +0000
commit66cf2f60350ad6ef9ce5b000b5107d4508634887 (patch)
tree668a176037e50f427229e4a24f99de315104cf26 /misc/util.h
parentb6a0807b088e12777609728bb3f80490db58f8aa (diff)
downloadandroid_external_e2fsprogs-66cf2f60350ad6ef9ce5b000b5107d4508634887.tar.gz
android_external_e2fsprogs-66cf2f60350ad6ef9ce5b000b5107d4508634887.tar.bz2
android_external_e2fsprogs-66cf2f60350ad6ef9ce5b000b5107d4508634887.zip
ChangeLog, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
tune2fs.c, mke2fs.c, util.c, util.h (print_check_message): Move the message which displays how often the filesystem will be checked from mke2fs into a utility subroutine. Then cause tune2fs to call that function to display the message after adding a journal to a filesystem. mke2fs.8.in: Add manual page fixups and explanation for why it's good to check filesystems periodically from Andreas Dilger.
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 92ea7509..d4ef8f96 100644
--- a/misc/util.h
+++ b/misc/util.h
@@ -22,4 +22,4 @@ 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 void print_check_message(ext2_filsys fs);