All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>
To: Mike Christie <michaelc@cs.wisc.edu>, fujita.tomonori@lab.ntt.co.jp
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 6/6] scsi tgt: Makefile and Kconfig changes
Date: Tue, 14 Mar 2006 16:58:04 -0500	[thread overview]
Message-ID: <44173C6C.1050003@ce.jp.nec.com> (raw)
In-Reply-To: <1140119627.20193.55.camel@max>

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

Hello Mike, Fujita-san,

scsi_tgt_if.c depends on CONFIG_NET for using netlink.
So it would be nice if the Kconfig entry checks it.

Thanks,
-- 
Jun'ichi Nomura, NEC Solutions (America), Inc.

[-- Attachment #2: scsi_tgt_kconf.patch --]
[-- Type: text/x-patch, Size: 464 bytes --]

--- linux-2.6.16-rc6-mm1.orig/drivers/scsi/Kconfig	2006-03-14 09:52:19.000000000 -0500
+++ linux-2.6.16-rc6-mm1/drivers/scsi/Kconfig	2006-03-14 15:56:32.000000000 -0500
@@ -29,7 +29,7 @@ config SCSI
 
 config SCSI_TGT
 	tristate "SCSI target support"
-	depends on SCSI && EXPERIMENTAL
+	depends on SCSI && NET && EXPERIMENTAL
 	---help---
 	  If you want to use SCSI target mode drivers enable this option.
 	  If you choose M, the module will be called scsi_tgt.

  reply	other threads:[~2006-03-14 21:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-16 19:53 [PATCH 6/6] scsi tgt: Makefile and Kconfig changes Mike Christie
2006-03-14 21:58 ` Jun'ichi Nomura [this message]
2006-03-16  0:00   ` FUJITA Tomonori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44173C6C.1050003@ce.jp.nec.com \
    --to=j-nomura@ce.jp.nec.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=linux-scsi@vger.kernel.org \
    --cc=michaelc@cs.wisc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.