From: Lennart Poettering Date: Mon, 15 Nov 2021 13:15:40 +0000 (+0100) Subject: filesystems: fix magic of "smb3" fs X-Git-Tag: v250-rc1~247^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ed6103c19233a0234bc789b0d9ec4b938bb5a49;p=thirdparty%2Fsystemd.git 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) --- diff --git a/src/basic/filesystems-gperf.gperf b/src/basic/filesystems-gperf.gperf index fe302b7ebfd..3c9465e0ae9 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}