aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smb.h')
-rw-r--r--include/linux/smb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/smb.h b/include/linux/smb.h
index b0162208c96..f098dff93f6 100644
--- a/include/linux/smb.h
+++ b/include/linux/smb.h
@@ -10,6 +10,7 @@
10#define _LINUX_SMB_H 10#define _LINUX_SMB_H
11 11
12#include <linux/types.h> 12#include <linux/types.h>
13#include <linux/magic.h>
13 14
14enum smb_protocol { 15enum smb_protocol {
15 SMB_PROTOCOL_NONE, 16 SMB_PROTOCOL_NONE,
@@ -88,7 +89,6 @@ struct smb_fattr {
88 struct timespec f_atime; 89 struct timespec f_atime;
89 struct timespec f_mtime; 90 struct timespec f_mtime;
90 struct timespec f_ctime; 91 struct timespec f_ctime;
91 unsigned long f_blksize;
92 unsigned long f_blocks; 92 unsigned long f_blocks;
93 int f_unix; 93 int f_unix;
94}; 94};
@@ -101,8 +101,6 @@ enum smb_conn_state {
101 CONN_RETRYING /* Currently trying to reconnect */ 101 CONN_RETRYING /* Currently trying to reconnect */
102}; 102};
103 103
104#define SMB_SUPER_MAGIC 0x517B
105
106#define SMB_HEADER_LEN 37 /* includes everything up to, but not 104#define SMB_HEADER_LEN 37 /* includes everything up to, but not
107 * including smb_bcc */ 105 * including smb_bcc */
108 106