From 5d9a6cb70b60ef649ac72cb510b67c82733ea0fc Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Wed, 19 May 2010 13:42:00 -0400 Subject: [PATCH] b=22850 fixing the build error --- lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch b/lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch index 0cc24cd..3874794 100644 --- a/lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch +++ b/lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch @@ -33,12 +33,12 @@ Index: linux-2.6.18-164.11.1/drivers/scsi/lpfc/lpfc.h =================================================================== --- linux-2.6.18-164.11.1.orig/drivers/scsi/lpfc/lpfc.h +++ linux-2.6.18-164.11.1/drivers/scsi/lpfc/lpfc.h -@@ -38,7 +38,7 @@ struct lpfc_sli2_slim; +@@ -38,7 +38,7 @@ #define LPFC_MAX_NS_RETRY 3 /* Number of retry attempts to contact the NameServer before giving up. */ #define LPFC_CMD_PER_LUN 3 /* max outstanding cmds per lun */ --#define LPFC_DEFAULT_SG_SEG_CNT 64 /* sg element count per scsi cmnd */ -+#define LPFC_DEFAULT_SG_SEG_CNT 256 /* sg element count per scsi cmnd */ +-#define LPFC_DEFAULT_SG_SEG_CNT 64 /* sg element count per scsi cmnd */ ++#define LPFC_DEFAULT_SG_SEG_CNT 256 /* sg element count per scsi cmnd */ #define LPFC_MAX_SG_SEG_CNT 256 /* sg element count per scsi cmnd */ #define LPFC_IOCB_LIST_CNT 2250 /* list of IOCBs for fast-path usage. */ #define LPFC_Q_RAMP_UP_INTERVAL 120 /* lun q_depth ramp up interval */ -- 1.8.3.1