Re: Where is module target_core_stgt or forgot cleanup ?

From: Nicholas A. Bellinger
Date: Mon Jan 09 2012 - 21:02:38 EST


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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/