From: Mike Anderson <andmike@us.ibm.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 1/3] scsi_forget_host - export function
Date: Fri, 11 Jun 2004 21:21:06 -0700 [thread overview]
Message-ID: <20040612042106.GB21105@us.ibm.com> (raw)
In-Reply-To: <20040612041930.GA21105@us.ibm.com>
DESC
scsi_forget_host - export function
Export scsi_forget_host for use by LLDD
Signed-off-by: Mike Anderson <andmike@us.ibm.com>
EDESC
patched-2.6-andmike/drivers/scsi/scsi_priv.h | 1 -
patched-2.6-andmike/drivers/scsi/scsi_syms.c | 1 +
patched-2.6-andmike/include/scsi/scsi_host.h | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
diff -puN drivers/scsi/scsi_priv.h~exp_scsi_forget_host drivers/scsi/scsi_priv.h
--- patched-2.6/drivers/scsi/scsi_priv.h~exp_scsi_forget_host Sat Jun 12 00:47:35 2004
+++ patched-2.6-andmike/drivers/scsi/scsi_priv.h Sat Jun 12 00:47:35 2004
@@ -137,7 +137,6 @@ extern void scsi_exit_procfs(void);
/* scsi_scan.c */
extern int scsi_scan_host_selected(struct Scsi_Host *, unsigned int,
unsigned int, unsigned int, int);
-extern void scsi_forget_host(struct Scsi_Host *);
extern void scsi_rescan_device(struct device *);
/* scsi_sysctl.c */
diff -puN drivers/scsi/scsi_syms.c~exp_scsi_forget_host drivers/scsi/scsi_syms.c
--- patched-2.6/drivers/scsi/scsi_syms.c~exp_scsi_forget_host Sat Jun 12 00:47:35 2004
+++ patched-2.6-andmike/drivers/scsi/scsi_syms.c Sat Jun 12 00:52:50 2004
@@ -36,6 +36,7 @@ EXPORT_SYMBOL(scsi_register_interface);
EXPORT_SYMBOL(scsi_host_alloc);
EXPORT_SYMBOL(scsi_add_host);
EXPORT_SYMBOL(scsi_scan_host);
+EXPORT_SYMBOL(scsi_forget_host);
EXPORT_SYMBOL(scsi_remove_host);
EXPORT_SYMBOL(scsi_host_get);
EXPORT_SYMBOL(scsi_host_put);
diff -puN include/scsi/scsi_host.h~exp_scsi_forget_host include/scsi/scsi_host.h
--- patched-2.6/include/scsi/scsi_host.h~exp_scsi_forget_host Sat Jun 12 00:47:35 2004
+++ patched-2.6-andmike/include/scsi/scsi_host.h Sat Jun 12 00:52:50 2004
@@ -501,6 +501,7 @@ struct Scsi_Host {
extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
extern int scsi_add_host(struct Scsi_Host *, struct device *);
extern void scsi_scan_host(struct Scsi_Host *);
+extern void scsi_forget_host(struct Scsi_Host *);
extern void scsi_remove_host(struct Scsi_Host *);
extern struct Scsi_Host *scsi_host_get(struct Scsi_Host *);
extern void scsi_host_put(struct Scsi_Host *t);
_
next prev parent reply other threads:[~2004-06-12 4:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-12 4:19 [PATCH 0/3] export scsi_forget_host Mike Anderson
2004-06-12 4:21 ` Mike Anderson [this message]
2004-06-12 4:22 ` [PATCH 2/3] scsi_forget_host - scsi_debug usage Mike Anderson
2004-06-12 4:24 ` [PATCH 3/3] scsi_forget_host - rename scsi_forget_host to scsi_unscan_host Mike Anderson
2004-06-14 8:06 ` [PATCH 2/3] scsi_forget_host - scsi_debug usage Christoph Hellwig
2004-06-14 13:06 ` Jens Axboe
2004-06-14 13:23 ` Christoph Hellwig
2004-06-14 13:26 ` Jens Axboe
2004-06-14 13:30 ` Christoph Hellwig
2004-06-14 13:36 ` Jens Axboe
2004-06-14 15:23 ` Mike Anderson
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=20040612042106.GB21105@us.ibm.com \
--to=andmike@us.ibm.com \
--cc=linux-scsi@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox