From cbe2d87bb2afce5fbc2864f5130e9ef90f1fe0b6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 17 Dec 2010 11:13:05 -0500 Subject: [PATCH] Add propper header here --- parted-2.2-hi-major-sd-rh611691.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/parted-2.2-hi-major-sd-rh611691.patch b/parted-2.2-hi-major-sd-rh611691.patch index 9a05eed..1dfd8d2 100644 --- a/parted-2.2-hi-major-sd-rh611691.patch +++ b/parted-2.2-hi-major-sd-rh611691.patch @@ -1,3 +1,14 @@ +From: Masahiro Matsuya +Date: Tue, 6 Jul 2010 03:43:32 +0900 +Subject: [PATCH] Recognize devices with major number 128,129,...135 as SCSI + +Devices with major number 128,129,...135 are not recognized as SCSI devices. +This patch fixes it. + +--- + linux.c | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + diff -up parted-2.1/libparted/arch/linux.c.original parted-2.1/libparted/arch/linux.c --- parted-2.1/libparted/arch/linux.c.original 2010-07-06 15:05:19.921823935 +0900 +++ parted-2.1/libparted/arch/linux.c 2010-07-06 16:42:16.420762063 +0900