Add ability to dipslay SMB3 share flags and capabilities for debugging
[deliverable/linux.git] / fs / cifs / cifsglob.h
index f13cbbeaf0982eb1aeb983bdad8e3ef3ad4d80f0..9a1e37aad3b8d49ed50f16bde2692f753b674468 100644 (file)
@@ -223,6 +223,7 @@ struct smb_version_operations {
        void (*dump_detail)(void *);
        void (*clear_stats)(struct cifs_tcon *);
        void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
+       void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
        /* verify the message */
        int (*check_message)(char *, unsigned int);
        bool (*is_oplock_break)(char *, struct TCP_Server_Info *);
@@ -809,7 +810,7 @@ struct cifs_tcon {
 #ifdef CONFIG_CIFS_SMB2
        bool print:1;           /* set if connection to printer share */
        bool bad_network_name:1; /* set if ret status STATUS_BAD_NETWORK_NAME */
-       __u32 capabilities;
+       __le32 capabilities;
        __u32 share_flags;
        __u32 maximal_access;
        __u32 vol_serial_number;
This page took 0.042058 seconds and 5 git commands to generate.