Revert "9p: Enable multipage folios"
authorDominique Martinet <asmadeus@codewreck.org>
Wed, 23 Oct 2024 23:29:19 +0000 (08:29 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Oct 2024 18:24:05 +0000 (11:24 -0700)
commitf009e946c15540cdff2974771fb979f40b794153
tree4b521fe63e2f12771b2e43562bb52aead22cb216
parentc2ee9f594da826bea183ed14f2cc029c719bf4da
Revert "9p: Enable multipage folios"

This reverts commit 1325e4a91a405f88f1b18626904d37860a4f9069.

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: 1325e4a91a40 ("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>
fs/9p/vfs_inode.c