Linux-Fsdevel Archive on lore.kernel.org help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: linux-fsdevel@vger.kernel.org Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, linux-mm@kvack.org, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-afs@lists.infradead.org, ceph-devel@vger.kernel.org, linux-cifs@vger.kernel.org, ecryptfs@vger.kernel.org, linux-um@lists.infradead.org, linux-mtd@lists.infradead.org, Richard Weinberger <richard@nod.at> Subject: [PATCH 05/13] cifs: Tell the VFS that readpage was synchronous Date: Thu, 17 Sep 2020 16:10:42 +0100 [thread overview] Message-ID: <20200917151050.5363-6-willy@infradead.org> (raw) In-Reply-To: <20200917151050.5363-1-willy@infradead.org> The cifs readpage implementation was already synchronous, so use AOP_UPDATED_PAGE to avoid cycling the page lock. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> --- fs/cifs/file.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/cifs/file.c b/fs/cifs/file.c index be46fab4c96d..533b151a9143 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -4537,7 +4537,8 @@ static int cifs_readpage_worker(struct file *file, struct page *page, /* send this page to the cache */ cifs_readpage_to_fscache(file_inode(file), page); - rc = 0; + kunmap(page); + return AOP_UPDATED_PAGE; io_error: kunmap(page); @@ -4677,7 +4678,10 @@ static int cifs_write_begin(struct file *file, struct address_space *mapping, * an error, we don't need to return it. cifs_write_end will * do a sync write instead since PG_uptodate isn't set. */ - cifs_readpage_worker(file, page, &page_start); + int err = cifs_readpage_worker(file, page, &page_start); + + if (err == AOP_UPDATED_PAGE) + goto out; put_page(page); oncethru = 1; goto start; -- 2.28.0
next prev parent reply other threads:[~2020-09-17 19:42 UTC|newest] Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-17 15:10 [PATCH 00/13] Allow readpage to return a locked page Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value Matthew Wilcox (Oracle) 2020-09-17 22:03 ` Matthew Wilcox 2020-09-17 15:10 ` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous Matthew Wilcox (Oracle) 2020-09-18 5:59 ` [V9fs-developer] " Dominique Martinet 2020-09-18 11:19 ` Matthew Wilcox 2020-09-18 12:30 ` Dominique Martinet 2020-09-17 15:10 ` [PATCH 03/13] afs: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 04/13] ceph: " Matthew Wilcox (Oracle) 2020-09-17 16:49 ` Jeff Layton 2020-09-17 15:10 ` Matthew Wilcox (Oracle) [this message] 2020-09-17 15:10 ` [PATCH 06/13] cramfs: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 07/13] ecryptfs: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 08/13] fuse: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 09/13] hostfs: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 10/13] jffs2: " Matthew Wilcox (Oracle) 2020-09-17 15:10 ` [PATCH 11/13] ubifs: " Matthew Wilcox (Oracle) 2020-09-17 20:46 ` Richard Weinberger 2020-09-17 15:10 ` [PATCH 12/13] udf: " Matthew Wilcox (Oracle) 2020-09-24 9:00 ` Jan Kara 2020-09-17 15:10 ` [PATCH 13/13] vboxsf: " Matthew Wilcox (Oracle) 2020-09-17 22:56 ` [PATCH 14/13] iomap: Inline iomap_iop_set_range_uptodate into its one caller Matthew Wilcox (Oracle) 2020-09-17 22:56 ` [PATCH 15/13] iomap: Inline iomap_read_finish " Matthew Wilcox (Oracle) 2020-09-19 6:31 ` Christoph Hellwig 2020-09-17 22:56 ` [PATCH 16/13] iomap: Make readpage synchronous Matthew Wilcox (Oracle) 2020-09-19 6:39 ` Christoph Hellwig 2020-09-19 6:43 ` Christoph Hellwig 2020-09-19 17:03 ` Matthew Wilcox 2020-09-19 17:10 ` Matthew Wilcox 2020-09-19 6:31 ` [PATCH 14/13] iomap: Inline iomap_iop_set_range_uptodate into its one caller Christoph Hellwig
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200917151050.5363-6-willy@infradead.org \ --to=willy@infradead.org \ --cc=ceph-devel@vger.kernel.org \ --cc=ecryptfs@vger.kernel.org \ --cc=linux-afs@lists.infradead.org \ --cc=linux-cifs@vger.kernel.org \ --cc=linux-fsdevel@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=linux-mtd@lists.infradead.org \ --cc=linux-um@lists.infradead.org \ --cc=richard@nod.at \ --cc=v9fs-developer@lists.sourceforge.net \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).