Enable support for multipage folios on the 9P filesystem. This is all handled through netfslib and is already enabled on AFS and CIFS also.
Signed-off-by: David Howells <dhowe...@redhat.com> cc: Eric Van Hensbergen <eri...@kernel.org> cc: Latchesar Ionkov <lu...@ionkov.net> cc: Dominique Martinet <asmad...@codewreck.org> cc: Christian Schoenebeck <linux_...@crudebyte.com> cc: Jeff Layton <jlay...@kernel.org> cc: Matthew Wilcox <wi...@infradead.org> cc: v...@lists.linux.dev cc: linux-fsde...@vger.kernel.org cc: linux...@kvack.org --- fs/9p/vfs_inode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index fd72fc38c8f5..effb3aa1f3ed 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c @@ -295,6 +295,7 @@ int v9fs_init_inode(struct v9fs_session_info *v9ses, inode->i_op = &v9fs_file_inode_operations; inode->i_fop = &v9fs_file_operations; } + mapping_set_large_folios(inode->i_mapping); break; case S_IFLNK: