excellent shrinkage patch by Tito

This commit is contained in:
Mike Frysinger
2005-10-02 08:10:31 +00:00
parent 9134dff078
commit 7f782da048
4 changed files with 307 additions and 367 deletions

View File

@@ -11,8 +11,11 @@
*/
extern void proceed_question(void);
extern void check_plausibility(const char *device);
extern void check_plausibility(const char *device, int force);
extern void parse_journal_opts(char **, int *, int *, const char *opts);
extern void check_mount(const char *device, int force, const char *type);
extern int figure_journal_size(int size, ext2_filsys fs);
extern void print_check_message(ext2_filsys fs);
extern void make_journal_device(char *journal_device, ext2_filsys fs, int quiet, int force);
extern void make_journal_blocks(ext2_filsys fs, int journal_size, int journal_flags, int quiet);