> > If you add REQ_DRIVE_INTERNAL, and kill the other ones I mentioned, fine
> > with me then.
> >
> > rq->flags & REQ_DRIVE_INTERNAL
> > rq->cmd[0] == PM
> > pm stuf
> > rq->cmd[0] = taskfile
> > taskfile
> >
> > etc. Make sense?
>
> As I just wrote, I'd rather go the whole way then and break up flags
> (which is a very bad name btw) into req_type & req_subtype, though
> that would mean a bit of driver fixing....
>
> Ben.
req_type & req_subtype makes sense,
but it is future since driver work is needed
-- Bartlomiej- 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/