]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.14.4/cciss-bug-fix-for-hpacucli.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.14.4 / cciss-bug-fix-for-hpacucli.patch
CommitLineData
f6b14207
GKH
1From stable-bounces@linux.kernel.org Mon Dec 12 12:32:41 2005
2Date: Fri, 18 Nov 2005 14:02:54 -0800
3Message-Id: <200511182202.jAIM2s8e008191@hera.kernel.org>
4From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
5To: git-commits-head@vger.kernel.org
6Cc:
7Subject: cciss: bug fix for hpacucli
8
9From Mike Miller <mikem@beardog.cca.cpqcorp.net>
10
11This patch fixes a bug that breaks hpacucli, a command line interface
12for the HP Array Config Utility. Without this fix the utility will
13not detect any controllers in the system. I thought I had already fixed
14this, but I guess not.
15
16Thanks to all who reported the issue. Please consider this this inclusion.
17
18Signed-off-by: Mike Miller <mikem@beardog.cca.cpqcorp.net>
19Signed-off-by: Jens Axboe <axboe@suse.de>
20Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21
22
23---
24 include/linux/cciss_ioctl.h | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-)
26
27--- linux-2.6.14.3.orig/include/linux/cciss_ioctl.h
28+++ linux-2.6.14.3/include/linux/cciss_ioctl.h
29@@ -10,8 +10,8 @@
30 typedef struct _cciss_pci_info_struct
31 {
32 unsigned char bus;
33- unsigned short domain;
34 unsigned char dev_fn;
35+ unsigned short domain;
36 __u32 board_id;
37 } cciss_pci_info_struct;
38