diff options
author | Jeff Layton | 2022-01-10 19:00:02 -0500 |
---|---|---|
committer | Steve French | 2022-01-15 10:08:44 -0600 |
commit | dea2903719283c156b53741126228c4a1b40440f (patch) | |
tree | c06c3e25d054c1996723d2177c26051eb29cd7ce /fs/cifs/smb2glob.h | |
parent | 3ac5f2f2574a8b9e219bb5872166e5db797e349d (diff) |
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/smb2glob.h')
-rw-r--r-- | fs/cifs/smb2glob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/smb2glob.h b/fs/cifs/smb2glob.h index ca692b2283cd..4125fd113cfb 100644 --- a/fs/cifs/smb2glob.h +++ b/fs/cifs/smb2glob.h @@ -13,8 +13,6 @@ #ifndef _SMB2_GLOB_H #define _SMB2_GLOB_H -#define SMB2_MAGIC_NUMBER 0xFE534D42 - /* ***************************************************************** * Constants go here |