linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Where is module target_core_stgt or forgot cleanup ?
@ 2012-01-09  6:13 Dongsheng Song
  2012-01-10  2:02 ` Nicholas A. Bellinger
  0 siblings, 1 reply; 3+ messages in thread
From: Dongsheng Song @ 2012-01-09  6:13 UTC (permalink / raw)
  To: Nicholas A. Bellinger; +Cc: linux-kernel

> Hi NAB,
>
> In Documentation/target/tcm_mod_builder.txt, the lsmod output example
> include target_core_stgt.
>
> In drivers/target/target_core_transport.c:
>
>        ret = request_module("target_core_stgt");
>        if (ret != 0)
>                pr_err("Unable to load target_core_stgt\n");
>
> But I can not found any other source files or documents mention
> target_core_stgt.
>
> --
> Dongsheng Song

ping ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Where is module target_core_stgt or forgot cleanup ?
  2012-01-09  6:13 Where is module target_core_stgt or forgot cleanup ? Dongsheng Song
@ 2012-01-10  2:02 ` Nicholas A. Bellinger
  2012-01-10  3:00   ` Dongsheng Song
  0 siblings, 1 reply; 3+ messages in thread
From: Nicholas A. Bellinger @ 2012-01-10  2:02 UTC (permalink / raw)
  To: Dongsheng Song; +Cc: linux-kernel

On Mon, 2012-01-09 at 14:13 +0800, Dongsheng Song wrote:
> > Hi NAB,
> >
> > In Documentation/target/tcm_mod_builder.txt, the lsmod output example
> > include target_core_stgt.
> >
> > In drivers/target/target_core_transport.c:
> >
> >        ret = request_module("target_core_stgt");
> >        if (ret != 0)
> >                pr_err("Unable to load target_core_stgt\n");
> >
> > But I can not found any other source files or documents mention
> > target_core_stgt.
> >
> > --
> > Dongsheng Song
> 
> ping ?

Hello,

target_core_stgt is a backend driver for a userspace passthrough using
STGT logic that exists in lio-core.git code.  It's only WIP code in it's
current form, and until someone shows interest in doing the necessary
work to make it run it's going to remaine a lio-core.git specific
module.

--nab



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Where is module target_core_stgt or forgot cleanup ?
  2012-01-10  2:02 ` Nicholas A. Bellinger
@ 2012-01-10  3:00   ` Dongsheng Song
  0 siblings, 0 replies; 3+ messages in thread
From: Dongsheng Song @ 2012-01-10  3:00 UTC (permalink / raw)
  To: Nicholas A. Bellinger; +Cc: linux-kernel

On Tue, Jan 10, 2012 at 10:02, Nicholas A. Bellinger
<nab@linux-iscsi.org> wrote:
>
> Hello,
>
> target_core_stgt is a backend driver for a userspace passthrough using
> STGT logic that exists in lio-core.git code.  It's only WIP code in it's
> current form, and until someone shows interest in doing the necessary
> work to make it run it's going to remaine a lio-core.git specific
> module.
>
> --nab
	
Thank you, I got it.

So ' request_module("target_core_stgt")' should be remove from
the mainline kernel code, isn't it?

--
Dongsheng

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-10  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09  6:13 Where is module target_core_stgt or forgot cleanup ? Dongsheng Song
2012-01-10  2:02 ` Nicholas A. Bellinger
2012-01-10  3:00   ` Dongsheng Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).