Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#define _LINUX_SMB_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/magic.h>
|
||||
|
||||
enum smb_protocol {
|
||||
SMB_PROTOCOL_NONE,
|
||||
@ -101,8 +102,6 @@ enum smb_conn_state {
|
||||
CONN_RETRYING /* Currently trying to reconnect */
|
||||
};
|
||||
|
||||
#define SMB_SUPER_MAGIC 0x517B
|
||||
|
||||
#define SMB_HEADER_LEN 37 /* includes everything up to, but not
|
||||
* including smb_bcc */
|
||||
|
||||
|
Reference in New Issue
Block a user