From 0ed6103c19233a0234bc789b0d9ec4b938bb5a49 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Nov 2021 14:15:40 +0100 Subject: [PATCH] filesystems: fix magic of "smb3" fs smb3 is an alias for modern CIFS, not the old SMB fs (see kmod alias list, i.e. modinfo fs-smb3). (the old smbfs has long been removed from the kernel actually, it's dead and obsolete) --- src/basic/filesystems-gperf.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/filesystems-gperf.gperf b/src/basic/filesystems-gperf.gperf index fe302b7ebf..3c9465e0ae 100644 --- a/src/basic/filesystems-gperf.gperf +++ b/src/basic/filesystems-gperf.gperf @@ -96,7 +96,7 @@ securityfs, {SECURITYFS_MAGIC} selinuxfs, {SELINUX_MAGIC} shiftfs, {SHIFTFS_MAGIC} smackfs, {SMACK_MAGIC} -smb3, {SMB_SUPER_MAGIC} +smb3, {CIFS_MAGIC_NUMBER} smbfs, {SMB_SUPER_MAGIC} sockfs, {SOCKFS_MAGIC} squashfs, {SQUASHFS_MAGIC} -- 2.25.1