From 5599c2fa871d455464d92336d40b80ea1c8560f5 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 3 Feb 2002 00:08:52 -0500 Subject: 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. --- misc/fsck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/fsck.h') 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); -- cgit v1.2.3