From 19d0e8ce856a7628a630710aed82931ce1c7eb97 Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Tue, 8 May 2007 00:29:15 -0700 Subject: partition: add support for sysv68 partitions Add support for the Motorola sysv68 disk partition (slices in motorola doc). Signed-off-by: Philippe De Muyter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/partitions/check.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fs/partitions/check.c') diff --git a/fs/partitions/check.c b/fs/partitions/check.c index 6b9dae3f0e6..9a3a058f355 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c @@ -34,6 +34,7 @@ #include "ultrix.h" #include "efi.h" #include "karma.h" +#include "sysv68.h" #ifdef CONFIG_BLK_DEV_MD extern void md_autodetect_dev(dev_t dev); @@ -104,6 +105,9 @@ static int (*check_part[])(struct parsed_partitions *, struct block_device *) = #endif #ifdef CONFIG_KARMA_PARTITION karma_partition, +#endif +#ifdef CONFIG_SYSV68_PARTITION + sysv68_partition, #endif NULL }; -- cgit v1.2.3