Re: floppy driver 2.6.3 question

From: Jens Axboe
Date: Thu Mar 18 2004 - 14:07:03 EST


On Thu, Mar 18 2004, Peter T. Breuer wrote:
> > You may use REQ_SPECIAL bit as you see fit, and ->special as well. You
> > don't have to use them together, must do though. However, as I said
> > earlier, if you push these requests on to someone else request queue,
> > you must not fiddle with REQ_SPECIAL and/or ->special. In that case you
> > cannot touch/use more than what the block layer already does.
>
> Well hooray. All seems to be working fine now that I shifted the burden
> to ->special and stopped playing with ->flags (touch wood). Even
> revalidation is working AOK as far as I can tell. I'll reenable that
> read of the first block a-la-floppy to see if it causes some extra magic.
>
> Many thanks!

No problem, I'm happy it worked out for you.

--
Jens Axboe

-
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/