----- Ursprüngliche Mail ----- > Von: "Matthew Wilcox" <willy@xxxxxxxxxxxxx> > An: "linux-fsdevel" <linux-fsdevel@xxxxxxxxxxxxxxx> > CC: "Matthew Wilcox" <willy@xxxxxxxxxxxxx>, "linux-mm" <linux-mm@xxxxxxxxx>, v9fs-developer@xxxxxxxxxxxxxxxxxxxxx, > "linux-kernel" <linux-kernel@xxxxxxxxxxxxxxx>, linux-afs@xxxxxxxxxxxxxxxxxxx, "ceph-devel" > <ceph-devel@xxxxxxxxxxxxxxx>, linux-cifs@xxxxxxxxxxxxxxx, ecryptfs@xxxxxxxxxxxxxxx, "linux-um" > <linux-um@xxxxxxxxxxxxxxxxxxx>, "linux-mtd" <linux-mtd@xxxxxxxxxxxxxxxxxxx>, "richard" <richard@xxxxxx> > 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@xxxxxxxxxxxxx> > --- > fs/ubifs/file.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) For ubifs, jffs2 and hostfs: Acked-by: Richard Weinberger <richard@xxxxxx> Thanks, //richard