aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index a95c56dc7058..3c007fe641f9 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -32,6 +32,8 @@
32#include "smb2pdu.h" 32#include "smb2pdu.h"
33#endif 33#endif
34 34
35#define CIFS_MAGIC_NUMBER 0xFF534D42 /* the first four bytes of SMB PDUs */
36
35/* 37/*
36 * The sizes of various internal tables and strings 38 * The sizes of various internal tables and strings
37 */ 39 */
@@ -334,6 +336,9 @@ struct smb_version_operations {
334 /* send oplock break response */ 336 /* send oplock break response */
335 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *, 337 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
336 struct cifsInodeInfo *); 338 struct cifsInodeInfo *);
339 /* query remote filesystem */
340 int (*queryfs)(const unsigned int, struct cifs_tcon *,
341 struct kstatfs *);
337}; 342};
338 343
339struct smb_version_values { 344struct smb_version_values {