remove a few uses of ->queuedata

Christoph Hellwig hch at lst.de
Sat May 9 02:15:02 AEST 2020


Hi all,

various bio based drivers use queue->queuedata despite already having
set up disk->private_data, which can be used just as easily.  This
series cleans them up to only use a single private data pointer.

blk-mq based drivers that have code pathes that can't easily get at
the gendisk are unaffected by this series.


More information about the Linuxppc-dev mailing list