On Tue, Jan 24, 2023 at 07:57:09AM +0100, Christoph Hellwig wrote: > Switch to passing a gendisk, and make rq_qos_add initialize all required > fields and drop the not required q argument from rq_qos_del. Also move > the code out of line given how large it is. Sorry about all the nit picks but can you please separate out the uninlining into its own patch? Code move + small changes in the same patch can be error prone. Thanks. -- tejun