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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1BB0BC71153 for ; Mon, 28 Aug 2023 12:33:13 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-3.v29.lw.sourceforge.com) by sfs-ml-3.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1qabQd-0005yw-RX; Mon, 28 Aug 2023 12:33:11 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-3.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qabQd-0005yp-1F for linux-f2fs-devel@lists.sourceforge.net; Mon, 28 Aug 2023 12:33:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; 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:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=AFgAO5uGx+/8pExT6wW8lT/FnP0yLewZIEyGH7Av2K0=; b=Hj3llzQWkFBsha70wO77PtFP6v ghtrVrvl+qw4EPmm8BuwSQ6Cp/kG8+ktFSjFmdBaZrlCATmPvxB50MPYoxPtklwg8uerQ4c/Xh6mV Kr87Df+fynKZX36/f6eSS1cSuQSk2Gv2GtVYlsPvNivb9w/I3lADCc4/u/Rso41YhPhs=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; 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:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=AFgAO5uGx+/8pExT6wW8lT/FnP0yLewZIEyGH7Av2K0=; b=CQhIzi7JUlSG3JYic6txN+yfLo ZYoU37Hcoh37bOYZz8E4fIH+3n9Tqd2Hpugiu8ybakMMeEme+UNVv2JGx+8p5mkghdxA6A1tuSuDi QCga57W/+ivuB0dSQn5UvkF+irzeZgugaDbLuydOqQLwz8drjdlXqe9T/4q+ZC4/NSGY=; Received: from verein.lst.de ([213.95.11.211]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1qabQc-000jna-E4 for linux-f2fs-devel@lists.sourceforge.net; Mon, 28 Aug 2023 12:33:10 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 580D668AA6; Mon, 28 Aug 2023 14:33:00 +0200 (CEST) Date: Mon, 28 Aug 2023 14:32:59 +0200 From: Christoph Hellwig To: Al Viro Message-ID: <20230828123259.GB11084@lst.de> References: <20230601145904.1385409-1-hch@lst.de> <20230601145904.1385409-4-hch@lst.de> <20230827194122.GA325446@ZenIV> <20230827214518.GU3390869@ZenIV> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230827214518.GU3390869@ZenIV> User-Agent: Mutt/1.5.17 (2007-11-01) X-Headers-End: 1qabQc-000jna-E4 Subject: Re: [f2fs-dev] [PATCH 03/12] filemap: update ki_pos in generic_perform_write X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Darrick J. Wong" , linux-mm@kvack.org, Christoph Hellwig , Andreas Gruenbacher , Miklos Szeredi , Matthew Wilcox , cluster-devel@redhat.com, Ilya Dryomov , linux-ext4@vger.kernel.org, linux-nfs@vger.kernel.org, linux-block@vger.kernel.org, Damien Le Moal , Hannes Reinecke , Jaegeuk Kim , ceph-devel@vger.kernel.org, Xiubo Li , Trond Myklebust , Jens Axboe , Christian Brauner , Theodore Ts'o , linux-f2fs-devel@lists.sourceforge.net, linux-xfs@vger.kernel.org, Anna Schumaker , linux-fsdevel@vger.kernel.org, Andrew Morton Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Sun, Aug 27, 2023 at 10:45:18PM +0100, Al Viro wrote: > IOW, I suspect that the right thing to do would be something along the lines > of The idea looks sensible to me, but we'll also need to do it for the filemap_write_and_wait_range failure case. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel