From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> --- man2/memfd_create.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index 2c73c27b2..b00f931ae 100644 --- a/man2/memfd_create.2 +++ b/man2/memfd_create.2 @@ -105,14 +105,14 @@ huge pages. See the Linux kernel source file .I Documentation/vm/hugetlbpage.txt for more information about hugetlbfs. -The hugetlbfs filesystem does not support file-sealing operations. -Therefore, specifying both +.\" commit 47b9012ecdc747f6936395265e677d41e11a31ff +Specifying both .B MFD_HUGETLB and .B MFD_ALLOW_SEALING in .I flags -is disallowed. +is supported since Linux 4.16. .TP .BR MFD_HUGE_2MB ", " MFD_HUGE_1GB ", " "..." Used in conjunction with -- 2.19.0.rc0.48.gb9dfa238d5