]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/cifs/cifsglob.h
CIFS: Fix persistent handles re-opening on reconnect
[mirror_ubuntu-zesty-kernel.git] / fs / cifs / cifsglob.h
index d9a17288baf3a74419e8d6fde98d1488a7427570..0c828d3c48c38a09d114e3188b9f9124093fe478 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;