From patchwork Fri Sep 4 18:52:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rolf Eike Beer X-Patchwork-Id: 7125431 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6CC299F36E for ; Fri, 4 Sep 2015 18:59:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 91E9F208A8 for ; Fri, 4 Sep 2015 18:59:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A68C1208A2 for ; Fri, 4 Sep 2015 18:59:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933075AbbIDS7r (ORCPT ); Fri, 4 Sep 2015 14:59:47 -0400 Received: from mail.sf-mail.de ([78.47.74.12]:48661 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933395AbbIDS7b (ORCPT ); Fri, 4 Sep 2015 14:59:31 -0400 X-Greylist: delayed 403 seconds by postgrey-1.27 at vger.kernel.org; Fri, 04 Sep 2015 14:59:31 EDT Received: (qmail 10469 invoked from network); 4 Sep 2015 18:52:45 -0000 Received: from p5483076d.dip0.t-ipconnect.de ([::ffff:84.131.7.109]:39528 HELO caliban.sf-tec.de) (auth=eike@sf-mail.de) by mail.sf-mail.de (Qsmtpd 0.29svn) with (DHE-RSA-AES256-SHA encrypted) ESMTPSA for ; Fri, 04 Sep 2015 20:52:45 +0200 From: Rolf Eike Beer To: LKML , linux-scsi@vger.kernel.org Cc: Trivial patch monkey Subject: Kconfig: remove comment about scsi_wait_scan module Date: Fri, 04 Sep 2015 20:52:45 +0200 Message-ID: <3021629.5U3fOPAHj2@caliban.sf-tec.de> User-Agent: KMail/4.14.10 (Linux/4.1.6-1.g9dbe563-desktop; KDE/4.14.10; x86_64; ; ) MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This module has been removed in commit 6072609d9bb91ff54aee3ef29304bd5b4fc88aae ([SCSI] Remove scsi_wait_scan module), so this module is gone since 3.6. Signed-off-by: Rolf Eike Beer --- drivers/scsi/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 95f7a76..d2f480b 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -242,13 +242,6 @@ config SCSI_SCAN_ASYNC system continues booting, and even probe devices on different busses in parallel, leading to a significant speed-up. - If you have built SCSI as modules, enabling this option can - be a problem as the devices may not have been found by the - time your system expects them to have been. You can load the - scsi_wait_scan module to ensure that all scans have completed. - If you build your SCSI drivers into the kernel, then everything - will work fine if you say Y here. - You can override this choice by specifying "scsi_mod.scan=sync" or async on the kernel's command line.