----- Ursprüngliche Mail ----- > Von: "Matthew Wilcox" <wi...@infradead.org> > An: "linux-fsdevel" <linux-fsde...@vger.kernel.org> > CC: "Matthew Wilcox" <wi...@infradead.org>, "linux-mm" <linux...@kvack.org>, > v9fs-develo...@lists.sourceforge.net, > "linux-kernel" <linux-kernel@vger.kernel.org>, linux-...@lists.infradead.org, > "ceph-devel" > <ceph-de...@vger.kernel.org>, linux-c...@vger.kernel.org, > ecryp...@vger.kernel.org, "linux-um" > <linux...@lists.infradead.org>, "linux-mtd" <linux-...@lists.infradead.org>, > "richard" <rich...@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) <wi...@infradead.org> > --- > fs/ubifs/file.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) For ubifs, jffs2 and hostfs: Acked-by: Richard Weinberger <rich...@nod.at> Thanks, //richard