CIFS: Reconnect durable handles for SMB2
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / cifs / dir.c
index c27c242..d62ce0d 100644 (file)
@@ -327,6 +327,7 @@ cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid,
        oparms.disposition = disposition;
        oparms.path = full_path;
        oparms.fid = fid;
+       oparms.reconnect = false;
 
        rc = server->ops->open(xid, &oparms, oplock, buf);
        if (rc) {