]> err.no Git - linux-2.6/blobdiff - fs/partitions/check.c
[PATCH] Add missing overflow check in get_blkdev_list
[linux-2.6] / fs / partitions / check.c
index 2cab98a9a621ce12a2f402688acb976b6a5ef9e8..77e178f13162abef0305852554dbfa73d2a99ff0 100644 (file)
@@ -79,9 +79,6 @@ static int (*check_part[])(struct parsed_partitions *, struct block_device *) =
 #ifdef CONFIG_LDM_PARTITION
        ldm_partition,          /* this must come before msdos */
 #endif
-#ifdef CONFIG_NEC98_PARTITION
-       nec98_partition,        /* must be come before `msdos_partition' */
-#endif
 #ifdef CONFIG_MSDOS_PARTITION
        msdos_partition,
 #endif