Re: About block device request function

Jens Axboe (axboe@suse.de)
Fri, 11 Jan 2002 14:57:22 +0100


On Fri, Jan 11 2002, Michael Zhu wrote:
> On Thu, Jan 10 2002, Jens Axboe wrote:
> >
> > Read drivers/block/ll_rw_blk.c:blk_get_queue() -- >
> > either a driver uses
> > the statically allocated per-major queue, or it > >
> > provides its own and
> > defines a get_queue function to return it.
> >
> > You are still heading in the wrong direction :/
>
> You mean that I am still in the wrong direction? I
> need to use the loop device to implement my project?

For the 3rd time, yes!

> Can you give me the right directions? Thank you very
> much.

Look at the internation crypto patches for loop, there are oodles of
examples for you to look at.

-- 
Jens Axboe

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