Skip to content

Commit f009e94

Browse files
martinetdtorvalds
authored andcommitted
Revert "9p: Enable multipage folios"
This reverts commit 1325e4a. using multipage folios apparently break some madvise operations like MADV_PAGEOUT which do not reliably unload the specified page anymore, Revert the patch until that is figured out. Reported-by: Andrii Nakryiko <[email protected]> Fixes: 1325e4a ("9p: Enable multipage folios") Signed-off-by: Dominique Martinet <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c2ee9f5 commit f009e94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/9p/vfs_inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ int v9fs_init_inode(struct v9fs_session_info *v9ses,
295295
inode->i_op = &v9fs_file_inode_operations;
296296
inode->i_fop = &v9fs_file_operations;
297297
}
298-
mapping_set_large_folios(inode->i_mapping);
299298

300299
break;
301300
case S_IFLNK:

0 commit comments

Comments
 (0)