[RFC blktests fix PATCH] tcp: use GFP_ATOMIC in tcp_disconnect
Christoph Hellwig
hch at infradead.org
Mon Nov 24 22:27:41 PST 2025
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.
More information about the Linux-nvme
mailing list