Whamcloud - gitweb
b=22850 fix minor nit in the patch
authorJohann Lombardi <johann@sun.com>
Wed, 19 May 2010 15:08:23 +0000 (17:08 +0200)
committerJohann Lombardi <johann@sun.com>
Wed, 19 May 2010 15:08:23 +0000 (17:08 +0200)
lustre/kernel_patches/patches/blkdev_tunables-2.6-rhel5.patch

index fdea32b..0cc24cd 100644 (file)
@@ -37,8 +37,8 @@ Index: linux-2.6.18-164.11.1/drivers/scsi/lpfc/lpfc.h
  #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 */