CIFS: Fix persistent handles re-opening on reconnect
[cascardo/linux.git] / fs / cifs / cifsglob.h
index d9a1728..0c828d3 100644 (file)
@@ -1065,6 +1065,7 @@ struct cifsFileInfo {
        kuid_t uid;             /* allows finding which FileInfo structure */
        __u32 pid;              /* process id who opened file */
        struct cifs_fid fid;    /* file id from remote */
+       struct list_head rlist; /* reconnect list */
        /* BB add lock scope info here if needed */ ;
        /* lock scope id (0 if none) */
        struct dentry *dentry;