Sorry I misread that, ->data is the one we want. I'm wondering how this
got mixed up... So to clarify:
char *ibuf = req->data;
if (!blk_pc_request(req))
return;
if (!ibuf)
return;
-- 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/