Revert "9p: Enable multipage folios"
This reverts commitpull/989/merge1325e4a91a. 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 <andrii@kernel.org> Fixes:1325e4a91a("9p: Enable multipage folios") Signed-off-by: Dominique Martinet <asmadeus@codewreck.org> Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parent
c2ee9f594d
commit
f009e946c1
|
|
@ -295,7 +295,6 @@ 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue