From b0070d4466877588a9084eaf080d615a69e93030 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Tue, 9 Apr 2024 14:53:53 +0100 Subject: [PATCH] mount_setattr: tmpfs is supported since Linux 6.3 Support for tmpfs was added by commit "shmem: support idmapped mounts for tmpfs" (7a80e5b8c6fa7), that was merged for Linux 6.3. Signed-off-by: Rodrigo Campos --- mount_setattr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount_setattr.md b/mount_setattr.md index 6939916..9531792 100644 --- a/mount_setattr.md +++ b/mount_setattr.md @@ -410,7 +410,7 @@ mount: - **squashfs** (since Linux 6.2) - - **tmpfs** (since Linux 6.6) + - **tmpfs** (since Linux 6.3) - **cephfs** (since Linux 6.7)