smb3: allow more detailed protocol info on open files for debugging
[linux-2.6-block.git] / fs / cifs / cifsglob.h
index ed1e0fcb69e3f606b8426091d63febea9e28dc29..d7c0443d47a4003922786ddb7f53d469a0158c3f 100644 (file)
@@ -1125,6 +1125,9 @@ struct cifs_fid {
        __u8 create_guid[16];
        struct cifs_pending_open *pending_open;
        unsigned int epoch;
+#ifdef CONFIG_CIFS_DEBUG2
+       __u64 mid;
+#endif /* CIFS_DEBUG2 */
        bool purge_cache;
 };