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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16503C43463 for ; Thu, 17 Sep 2020 20:52:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D419E20878 for ; Thu, 17 Sep 2020 20:52:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726456AbgIQUwn convert rfc822-to-8bit (ORCPT ); Thu, 17 Sep 2020 16:52:43 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:41570 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726180AbgIQUwn (ORCPT ); Thu, 17 Sep 2020 16:52:43 -0400 X-Greylist: delayed 346 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Sep 2020 16:52:41 EDT Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id D044C6074023; Thu, 17 Sep 2020 22:46:53 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b95lGeAHKEV9; Thu, 17 Sep 2020 22:46:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 465F4607403B; Thu, 17 Sep 2020 22:46:53 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hHdZoVyeGGFV; Thu, 17 Sep 2020 22:46:53 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 139CF6074023; Thu, 17 Sep 2020 22:46:53 +0200 (CEST) Date: Thu, 17 Sep 2020 22:46:52 +0200 (CEST) From: Richard Weinberger To: Matthew Wilcox Cc: linux-fsdevel , linux-mm , v9fs-developer@lists.sourceforge.net, linux-kernel , linux-afs@lists.infradead.org, ceph-devel , linux-cifs@vger.kernel.org, ecryptfs@vger.kernel.org, linux-um , linux-mtd Message-ID: <482280458.101023.1600375612958.JavaMail.zimbra@nod.at> In-Reply-To: <20200917151050.5363-12-willy@infradead.org> References: <20200917151050.5363-1-willy@infradead.org> <20200917151050.5363-12-willy@infradead.org> Subject: Re: [PATCH 11/13] ubifs: Tell the VFS that readpage was synchronous MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF78 (Linux)/8.8.12_GA_3809) Thread-Topic: ubifs: Tell the VFS that readpage was synchronous Thread-Index: p/3vZsFlTtSUPnLB3kKvb/O8V+m25A== Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Matthew Wilcox" > An: "linux-fsdevel" > CC: "Matthew Wilcox" , "linux-mm" , v9fs-developer@lists.sourceforge.net, > "linux-kernel" , linux-afs@lists.infradead.org, "ceph-devel" > , linux-cifs@vger.kernel.org, ecryptfs@vger.kernel.org, "linux-um" > , "linux-mtd" , "richard" > Gesendet: Donnerstag, 17. September 2020 17:10:48 > Betreff: [PATCH 11/13] ubifs: Tell the VFS that readpage was synchronous > The ubifs readpage implementation was already synchronous, so use > AOP_UPDATED_PAGE to avoid cycling the page lock. > > Signed-off-by: Matthew Wilcox (Oracle) > --- > fs/ubifs/file.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) For ubifs, jffs2 and hostfs: Acked-by: Richard Weinberger Thanks, //richard