From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E691EC7EE2A for ; Sat, 20 May 2023 04:09:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229890AbjETEJD (ORCPT ); Sat, 20 May 2023 00:09:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjETEJC (ORCPT ); Sat, 20 May 2023 00:09:02 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71B961BD; Fri, 19 May 2023 21:09:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=yZFhIbzIAbDjOjqaC2gJ41t0fKFRC84t5Mh0oNaInpA=; b=e77ULArPyamKj4X1q2fKH4IGp5 pa6kfWTPi4lk6IAfUa6PsdL/5Re8RhOUZk2CYGko/0Yp581+AC8tQ3wrPatKpNvBA8mQojnq183V0 zLcqArXwF5YPc/A7iK/U9M6I+Me9xXwUz7tROq8AMOcwckuARm3kuIiyMMYDP/8u9C7uU4zx8y7Cn +8SbMmz8hoWiF3/II5+VKBk1cs6+3i5hGsBJ/dVShUhpxNsXiFTcG+wFaSTXQhb19SC0ybOpUK+qV VrPMepu3ZEqYvCfsBwAO0QvJo8xc3RU3GQlA8cc3lBKRIx4bLp1F4c/tZ95M114zjVxWuRqYN7fP5 0vmnNY0w==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q0Dtf-000cqF-0G; Sat, 20 May 2023 04:08:47 +0000 Date: Fri, 19 May 2023 21:08:47 -0700 From: Christoph Hellwig To: David Howells Cc: Jens Axboe , Al Viro , Christoph Hellwig , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , Hillf Danton , Christian Brauner , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Christoph Hellwig , Steve French , John Hubbard Subject: Re: [PATCH v21 01/30] splice: Fix filemap of a blockdev Message-ID: References: <20230520000049.2226926-1-dhowells@redhat.com> <20230520000049.2226926-2-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230520000049.2226926-2-dhowells@redhat.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Just noticed this now, but filemap of a blockdev sounds weird. Maybe something like: splice: use the correct inode in filemap_splice_read might be better.