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 909E41537C8; Thu, 13 Mar 2025 06:30:32 +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=1741847434; cv=none; b=IlDfuZ4mzi12yhtQRA9WSQEERFaTCSnpChi+NEW0fpSGuTDi0i+M42EoLFUA3dKfoTzjDX/+X3SQXNcDBCn5YKytkWGeUsQfN7Dw8LhORUARgXyS3alz/hUjlLLC9y5MROcvI7a/MypGlUcP2//Ax17gj98GyMJy0LIAEiR4TzQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741847434; 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=f+cFcdF0GaTFH+XIdsuIGyH2PycnF9lkmHmS0QMbcnCBc1+TVyCmNp2kF/GxRSACc1spEqmoaQ18nUs1cZ9o6j/4/f9GZUZALc3sc50pdF5MOPs5QHgOpbG+23aCa0x+kVIKoDE6jx27JopbWeMk5pekKUWqwh+QefdEMrr/bPI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 DBF1768C4E; Thu, 13 Mar 2025 07:30:19 +0100 (CET) Date: Thu, 13 Mar 2025 07:30:19 +0100 From: Christoph Hellwig To: Anuj Gupta Cc: Jens Axboe , "Md. Haris Iqbal" , Jack Wang , "Michael S. Tsirkin" , Jason Wang , Xuan Zhuo , Eugenio =?iso-8859-1?Q?P=E9rez?= , Paolo Bonzini , Stefan Hajnoczi , Roger Pau =?iso-8859-1?Q?Monn=E9?= , Juergen Gross , Stefano Stabellini , Oleksandr Tyshchenko , Maxim Levitsky , Alex Dubov , Ulf Hansson , Richard Weinberger , Zhihao Cheng , Miquel Raynal , Vignesh Raghavendra , Sven Peter , Janne Grunau , Alyssa Rosenzweig , Keith Busch , Sagi Grimberg , James Smart , Chaitanya Kulkarni , "James E.J. Bottomley" , "Martin K. Petersen" , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux.dev, xen-devel@lists.xenproject.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH] block: remove unused parameter Message-ID: <20250313063019.GB9789@lst.de> References: <20250313035322.243239-1-anuj20.g@samsung.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: <20250313035322.243239-1-anuj20.g@samsung.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig