mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
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)
This commit is contained in:
parent
d7c2f8817a
commit
0ed6103c19
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user