aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2022-01-10 19:00:02 -0500
committerSteve French <stfrench@microsoft.com>2022-01-15 10:08:44 -0600
commitdea2903719283c156b53741126228c4a1b40440f (patch)
treec06c3e25d054c1996723d2177c26051eb29cd7ce /fs/cifs/cifsglob.h
parentcifs: Fix smb311_update_preauth_hash() kernel-doc comment (diff)
downloadlinux-dev-dea2903719283c156b53741126228c4a1b40440f.tar.xz
linux-dev-dea2903719283c156b53741126228c4a1b40440f.zip
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.h2
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