* RAW or BLK in 2.4.21
@ 2003-08-01 10:24 ooyama eiichi
2003-08-01 10:27 ` Jens Axboe
0 siblings, 1 reply; 3+ messages in thread
From: ooyama eiichi @ 2003-08-01 10:24 UTC (permalink / raw)
To: linux-kernel
Hi.
I am developping a block device kernel module in 2.4 series.
And i want to make a distinction between raw I/O and block I/O,
in the request function i wrote for my module.
But i could not find the way.
my_request_fn(request_queue_t *q, int rw, struct buffer_head * bh)
Is it possible ?
I would be happy if someone give me a hint about this.
Regards.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RAW or BLK in 2.4.21
2003-08-01 10:24 RAW or BLK in 2.4.21 ooyama eiichi
@ 2003-08-01 10:27 ` Jens Axboe
2003-08-01 14:49 ` ooyama eiichi
0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2003-08-01 10:27 UTC (permalink / raw)
To: ooyama eiichi; +Cc: linux-kernel
On Fri, Aug 01 2003, ooyama eiichi wrote:
> Hi.
> I am developping a block device kernel module in 2.4 series.
> And i want to make a distinction between raw I/O and block I/O,
> in the request function i wrote for my module.
> But i could not find the way.
>
> my_request_fn(request_queue_t *q, int rw, struct buffer_head * bh)
>
> Is it possible ?
> I would be happy if someone give me a hint about this.
No, it is not possible to tell the difference inside your request_fn.
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RAW or BLK in 2.4.21
2003-08-01 10:27 ` Jens Axboe
@ 2003-08-01 14:49 ` ooyama eiichi
0 siblings, 0 replies; 3+ messages in thread
From: ooyama eiichi @ 2003-08-01 14:49 UTC (permalink / raw)
To: axboe; +Cc: linux-kernel
Thanks Axboe.
hmm, it is that i have to look at the design again.
eiichi
> On Fri, Aug 01 2003, ooyama eiichi wrote:
> > Hi.
> > I am developping a block device kernel module in 2.4 series.
> > And i want to make a distinction between raw I/O and block I/O,
> > in the request function i wrote for my module.
> > But i could not find the way.
> >
> > my_request_fn(request_queue_t *q, int rw, struct buffer_head * bh)
> >
> > Is it possible ?
> > I would be happy if someone give me a hint about this.
>
> No, it is not possible to tell the difference inside your request_fn.
>
> --
> 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/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-08-01 14:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-01 10:24 RAW or BLK in 2.4.21 ooyama eiichi
2003-08-01 10:27 ` Jens Axboe
2003-08-01 14:49 ` ooyama eiichi
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.