Messages in this thread |  | | Date | Thu, 17 Sep 2020 22:46:52 +0200 (CEST) | From | Richard Weinberger <> | Subject | Re: [PATCH 11/13] ubifs: Tell the VFS that readpage was synchronous |
| |
----- Ursprüngliche Mail ----- > Von: "Matthew Wilcox" <willy@infradead.org> > An: "linux-fsdevel" <linux-fsdevel@vger.kernel.org> > CC: "Matthew Wilcox" <willy@infradead.org>, "linux-mm" <linux-mm@kvack.org>, v9fs-developer@lists.sourceforge.net, > "linux-kernel" <linux-kernel@vger.kernel.org>, linux-afs@lists.infradead.org, "ceph-devel" > <ceph-devel@vger.kernel.org>, linux-cifs@vger.kernel.org, ecryptfs@vger.kernel.org, "linux-um" > <linux-um@lists.infradead.org>, "linux-mtd" <linux-mtd@lists.infradead.org>, "richard" <richard@nod.at> > 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) <willy@infradead.org> > --- > fs/ubifs/file.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-)
For ubifs, jffs2 and hostfs:
Acked-by: Richard Weinberger <richard@nod.at>
Thanks, //richard
|  |