Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754965AbYHBRu7 (ORCPT ); Sat, 2 Aug 2008 13:50:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758012AbYHBRuo (ORCPT ); Sat, 2 Aug 2008 13:50:44 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:49750 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757935AbYHBRun (ORCPT ); Sat, 2 Aug 2008 13:50:43 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Sat, 2 Aug 2008 19:49:40 +0200 (CEST) From: Stefan Richter Subject: [PATCH] SCSI: select CRC_T10DIF only when necessary To: James Bottomley cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, "Martin K. Petersen" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 25 Signed-off-by: Stefan Richter --- --- linux-2.6.27-rc1.orig/drivers/scsi/Kconfig +++ linux-2.6.27-rc1/drivers/scsi/Kconfig @@ -63,7 +63,7 @@ comment "SCSI support type (disk, tape, config BLK_DEV_SD tristate "SCSI disk support" depends on SCSI - select CRC_T10DIF + select CRC_T10DIF if BLK_DEV_INTEGRITY ---help--- If you want to use SCSI hard disks, Fibre Channel disks, Serial ATA (SATA) or Parallel ATA (PATA) hard disks, -- Stefan Richter -=====-==--- =--- ---=- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/