aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/super.c
diff options
context:
space:
mode:
authorGravatar Matthew Wilcox (Oracle) <willy@infradead.org> 2022-04-29 11:12:16 -0400
committerGravatar Matthew Wilcox (Oracle) <willy@infradead.org> 2022-05-09 16:21:46 -0400
commit124cfc154f6cfb530bfb36e7728406c56ebf37ad (patch)
treec364609659f766c260147a576b4b63ff27fbda9b /fs/squashfs/super.c
parentromfs: Convert romfs to read_folio (diff)
downloadlinux-124cfc154f6cfb530bfb36e7728406c56ebf37ad.tar.gz
linux-124cfc154f6cfb530bfb36e7728406c56ebf37ad.tar.bz2
linux-124cfc154f6cfb530bfb36e7728406c56ebf37ad.zip
squashfs: Convert squashfs 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/squashfs/super.c')
-rw-r--r--fs/squashfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/super.c b/fs/squashfs/super.c
index 4f74abbc1a54..6d594ba2ed28 100644
--- a/fs/squashfs/super.c
+++ b/fs/squashfs/super.c
@@ -148,7 +148,7 @@ static int squashfs_fill_super(struct super_block *sb, struct fs_context *fc)
/*
* squashfs provides 'backing_dev_info' in order to disable read-ahead. For
- * squashfs, I/O is not deferred, it is done immediately in readpage,
+ * squashfs, I/O is not deferred, it is done immediately in read_folio,
* which means the user would always have to wait their own I/O. So the effect
* of readahead is very weak for squashfs. squashfs_bdi_init will set
* sb->s_bdi->ra_pages and sb->s_bdi->io_pages to 0 and close readahead for