diff options
author | Jeff Layton <jlayton@kernel.org> | 2022-01-11 03:00:02 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-01-15 19:08:44 +0300 |
commit | dea2903719283c156b53741126228c4a1b40440f (patch) | |
tree | c06c3e25d054c1996723d2177c26051eb29cd7ce /fs/cifs/cifsglob.h | |
parent | 3ac5f2f2574a8b9e219bb5872166e5db797e349d (diff) | |
download | linux-dea2903719283c156b53741126228c4a1b40440f.tar.xz |
cifs: move superblock magic defitions to magic.h
Help userland apps to identify cifs and smb2 mounts.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index f88d2b10045a..f84978b76bb6 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -24,8 +24,6 @@ #include "../smbfs_common/smb2pdu.h" #include "smb2pdu.h" -#define CIFS_MAGIC_NUMBER 0xFF534D42 /* the first four bytes of SMB PDUs */ - #define SMB_PATH_MAX 260 #define CIFS_PORT 445 #define RFC1001_PORT 139 |