diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-02-03 00:08:52 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-02-03 00:08:52 -0500 |
commit | 5599c2fa871d455464d92336d40b80ea1c8560f5 (patch) | |
tree | bb98770aa2f569b91fa51c9db6f27f3cc7c5da51 /misc/fsck.h | |
parent | a1069118d438851e69c3dd6e38211fc4adfc7048 (diff) | |
download | e2fsprogs-5599c2fa871d455464d92336d40b80ea1c8560f5.tar.gz |
Changed fsck to support filesystems types in /etc/fstab of the form
"ext3,ext2", etc.
Added support for only searching for a specified list of filesystems.
Also add support for identifying reiserfs filesystems.
Diffstat (limited to 'misc/fsck.h')
-rw-r--r-- | misc/fsck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fsck.h b/misc/fsck.h index 71eb0113..a4baaaef 100644 --- a/misc/fsck.h +++ b/misc/fsck.h @@ -61,4 +61,4 @@ struct fsck_instance { extern char *base_device(char *device); extern char *string_copy(const char *s); -extern const char *identify_fs(const char *fs_name); +extern const char *identify_fs(const char *fs_name, const char *fs_types); |