Re: [RFC blktests fix PATCH] tcp: use GFP_ATOMIC in tcp_disconnect
From: Christoph Hellwig <hch@infradead.org>
Date: 2025-11-25 06:27:52
Also in:
linux-block, linux-nvme
From: Christoph Hellwig <hch@infradead.org>
Date: 2025-11-25 06:27:52
Also in:
linux-block, linux-nvme
I don't think GFP_ATOMIC is right here, you want GFP_NOIO. And just use the scope API so that you don't have to pass a gfp_t several layers down.