From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C3BE11EBFF0; Thu, 24 Apr 2025 06:20:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745475606; cv=none; b=SbpZUWr+bWaNSAP3RsVuQEvjTqeyTvke6nhh7nPvkDSywI87ZqqcXZllB09WchjqsaH7DRJKCtsQ4i4Q1maXM4ocjv01VY1prdCAcq4SRPBZ8VZiMJTo4Sa35e72cCc4RUx7TiXey7R/VKOyTLGNKF6WDLdlbStPWU9voIaAaOs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745475606; c=relaxed/simple; bh=+L39Ae08F8aF0lyBrJ/Zb8HGpDl2dpXYS0G2Y7jTJyA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=TUzyBNGdCH6He0tScXy0dQ9p/AsP6/2juLF2MA+olyvtJsNJji4sLzezog2uMNeJ1o1GhElp+Xfn4SWVoqFmEuTk/fbyqWThxs1YUikLyKTDYUyhpdjjezG885RwwRxwc5dMXyK4F8l9dpvNqp/85g4GNJIYh48pyjrdm7VP/r4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SzsArKoX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SzsArKoX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31C65C4CEED; Thu, 24 Apr 2025 06:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745475605; bh=+L39Ae08F8aF0lyBrJ/Zb8HGpDl2dpXYS0G2Y7jTJyA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SzsArKoXQY8HkORCjv3APfxLsV57mC+Ct4HcAz19CyatsJKnMHhhfw/4ReDfvpYzq Wy7wjujjUR+eJ7Xg15OLtxFknnzNFmtkh8ddly8UKgVi7wUclrLHT/tlJtygL7VCqg oQDHg6W1TKhC9Bn9KMSgSnM7ltVgKuyqoPBkTV1iAG0qyRUga9cDjcy5kc0gNH+S7M Czx/BAPRtkYozvevv5C9f2xOuNbmCb0rTy+tyrIzDImJx6+nmninrmfcrYnJ2saKHS mAMY04TdsO1uikWTsj/KzjohN/W/HxT9onqM+OHmbWGyMJOC+JvA00dof2p0Hj/mtf yRCvNAKUxklGg== Message-ID: <4a481adc-2137-427b-9347-a5eafbd471e8@kernel.org> Date: Thu, 24 Apr 2025 15:20:01 +0900 Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 12/17] xfs: simplify xfs_rw_bdev To: Christoph Hellwig , Jens Axboe Cc: linux-block@vger.kernel.org, "Md. Haris Iqbal" , Jack Wang , Coly Li , Kent Overstreet , Mike Snitzer , Mikulas Patocka , Chris Mason , Josef Bacik , David Sterba , Andreas Gruenbacher , Carlos Maiolino , Naohiro Aota , Johannes Thumshirn , "Rafael J. Wysocki" , Pavel Machek , linux-bcache@vger.kernel.org, dm-devel@lists.linux.dev, linux-btrfs@vger.kernel.org, gfs2@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-pm@vger.kernel.org References: <20250422142628.1553523-1-hch@lst.de> <20250422142628.1553523-13-hch@lst.de> Content-Language: en-US From: Damien Le Moal Organization: Western Digital Research In-Reply-To: <20250422142628.1553523-13-hch@lst.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 4/22/25 23:26, Christoph Hellwig wrote: > Delegate to bdev_rw_virt when operating on non-vmalloc memory and use > bio_add_vmalloc to insulate xfs from the details of adding vmalloc memory > to a bio. > > Signed-off-by: Christoph Hellwig Looks OK to me. Reviewed-by: Damien Le Moal -- Damien Le Moal Western Digital Research