]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/cifs/smb2file.c
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
[mirror_ubuntu-artful-kernel.git] / fs / cifs / smb2file.c
index b4b1f0305f2994cbbbfc3d46463fc1ad02d646c5..12af5dba742be10607544e905547a26d91f3215c 100644 (file)
@@ -74,7 +74,7 @@ smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms,
                nr_ioctl_req.Reserved = 0;
                rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid,
                        fid->volatile_fid, FSCTL_LMR_REQUEST_RESILIENCY,
-                       true /* is_fsctl */, false /* use_ipc */,
+                       true /* is_fsctl */,
                        (char *)&nr_ioctl_req, sizeof(nr_ioctl_req),
                        NULL, NULL /* no return info */);
                if (rc == -EOPNOTSUPP) {