Re: [RFC blktests fix PATCH] tcp: use GFP_ATOMIC in tcp_disconnect
From: Christoph Hellwig <hch@lst.de>
Date: 2025-11-25 11:30:16
Also in:
linux-block, linux-nvme
From: Christoph Hellwig <hch@lst.de>
Date: 2025-11-25 11:30:16
Also in:
linux-block, linux-nvme
On Tue, Nov 25, 2025 at 04:58:32PM +0530, Nilay Shroff wrote:
quoted
From git history, I see that was added to avoid memory reclaim to avoidpossible circular locking dependency. This commit 83e1226b0ee2 ("nvme-tcp: fix possible circular locking when deleting a controller under memory pressure") adds it.
I suspect this was intended to be noio, and we should just switch to that.