----- Ursprüngliche Mail ----- > Von: "Matthew Wilcox" <[email protected]> > An: "linux-fsdevel" <[email protected]> > CC: "Matthew Wilcox" <[email protected]>, "linux-mm" <[email protected]>, > [email protected], > "linux-kernel" <[email protected]>, [email protected], > "ceph-devel" > <[email protected]>, [email protected], > [email protected], "linux-um" > <[email protected]>, "linux-mtd" <[email protected]>, > "richard" <[email protected]> > 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) <[email protected]> > --- > fs/ubifs/file.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) For ubifs, jffs2 and hostfs: Acked-by: Richard Weinberger <[email protected]> Thanks, //richard

