Skip to content

Commit 8d014f5

Browse files
committed
cifs: move SMB FSCTL definitions to common code
The FSCTL definitions are in smbfsctl.h which should be shared by client and server. Move the updated version of smbfsctl.h into smbfs_common and have the client code use it (subsequent patch will change the server to use this common version of the header). Reviewed-by: Ronnie Sahlberg <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 23e91d8 commit 8d014f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fs/cifs/cifspdu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <net/sock.h>
1414
#include <asm/unaligned.h>
15-
#include "smbfsctl.h"
15+
#include "../smbfs_common/smbfsctl.h"
1616

1717
#define CIFS_PROT 0
1818
#define POSIX_PROT (CIFS_PROT+1)
File renamed without changes.

0 commit comments

Comments
 (0)