[PATCH] nvmet: move async event work off nvmet-wq
Chaitanya Kulkarni
chaitanyak at nvidia.com
Tue Feb 17 13:21:54 PST 2026
On 2/17/26 10:16, Keith Busch wrote:
> On Sat, Feb 14, 2026 at 05:21:51PM -0800, Chaitanya Kulkarni wrote:
>> @@ -26,6 +26,7 @@ static DEFINE_IDA(cntlid_ida);
>>
>> struct workqueue_struct *nvmet_wq;
>> EXPORT_SYMBOL_GPL(nvmet_wq);
>> +struct workqueue_struct *nvmet_aen_wq;
> Looks like you need to export this new symbol since rdma may be compiled
> as a module.
uggghh, thanks, let me send v2 along with other comments I might get on this patch.
-ck
More information about the Linux-nvme
mailing list