diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2019-11-14 12:32:12 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-11-25 01:14:53 -0600 |
commit | 87bc2376fffae6821869c988edbb45a14527b258 (patch) | |
tree | 3fd6d6474e8e280d39adfe08af937b02c0adbf14 /fs/cifs/cifsglob.h | |
parent | 7b71843fa7028475b052107664cbe120156a2cfc (diff) |
smb3: add debug messages for closing unmatched open
Helps distinguish between an interrupted close and a truly
unmatched open.
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 5d2dd04b55a6..57453226469d 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -1552,6 +1552,8 @@ struct close_cancelled_open { struct cifs_fid fid; struct cifs_tcon *tcon; struct work_struct work; + __u64 mid; + __u16 cmd; }; /* Make code in transport.c a little cleaner by moving |