From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 614EE207A32 for ; Wed, 22 Jul 2026 12:16:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784722617; cv=none; b=anO+b8I3x7aHx+Nh+Zg21HuMOkq820qwsR1IUpUYK9rfnaqbFyWqr4C2y5SE0zojs8sheKs/EmxUtFApahkApq+DE3rkCR5Qo2ys2ZlJB2fZYpKKD/I/utAkqxV3W5wqcU/4gfq+EZtKRSIhYe8R9KbnQolPPMCldK7/zmavWEc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784722617; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ojaIkml6brdYBg+wPJRtSG3SgIPCO2wZbYI9N4giD3ErBwVZsFWToFzdoS2Y7J9YA8RLnc6aNhz6rhoyX4ytQ1VLzAm32wmuamD/OdudEUnKCCn4S30Q7FRW9/Fy3kO5MPCPOz91MMZlBOtK4BBdcZ6y4Gcx4yDnuftIxAJGirI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id AADF068D1F; Wed, 22 Jul 2026 14:16:53 +0200 (CEST) Date: Wed, 22 Jul 2026 14:16:53 +0200 From: Christoph Hellwig To: Nilay Shroff Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, hch@lst.de, elver@google.com, kbusch@kernel.org, sagi@grimberg.me, axboe@fb.com, bvanassche@acm.org, gjoyce@linux.ibm.com Subject: Re: [PATCH v4 10/20] nvme: remove redundant initialization of delayed_removal_secs Message-ID: <20260722121653.GF12774@lst.de> References: <20260713115444.465704-1-nilay@linux.ibm.com> <20260713115444.465704-11-nilay@linux.ibm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260713115444.465704-11-nilay@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig