> - .init_hctx = nvme_init_hctx, > + .init_hctx = nvme_io_init_hctx, Without an overall rename of the methods I'd rather avoid the _io here and pick a _common name for the common helper. I can fix that up when applying, no need to resend.