summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/super.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-04-29 11:12:16 -0400
committerMatthew Wilcox (Oracle) <willy@infradead.org>2022-05-09 16:21:46 -0400
commit0b7bf4830a3031db538cb2d0ecc0e920572caec0 (patch)
tree5092b7e16d9f5bc0ee96c881b7870a19061ce82d /fs/ubifs/super.c
parent124cfc154f6cfb530bfb36e7728406c56ebf37ad (diff)
downloadlinux-stable-0b7bf4830a3031db538cb2d0ecc0e920572caec0.tar.gz
linux-stable-0b7bf4830a3031db538cb2d0ecc0e920572caec0.tar.bz2
linux-stable-0b7bf4830a3031db538cb2d0ecc0e920572caec0.zip
ubifs: Convert ubifs to read_folio
This is a "weak" conversion which converts straight back to using pages. A full conversion should be performed at some point, hopefully by someone familiar with the filesystem. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'fs/ubifs/super.c')
-rw-r--r--fs/ubifs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index bad67455215f..0978d01b0ea4 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -2191,7 +2191,7 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
/*
* UBIFS provides 'backing_dev_info' in order to disable read-ahead. For
- * UBIFS, I/O is not deferred, it is done immediately in readpage,
+ * UBIFS, I/O is not deferred, it is done immediately in read_folio,
* which means the user would have to wait not just for their own I/O
* but the read-ahead I/O as well i.e. completely pointless.
*