Merge branch 'linus' into x86/urgent
[sfrench/cifs-2.6.git] / fs / cifs / link.c
index 889a840172eb8840daa73268e2ec5523122c4307..de41f96aba4906bce264e8f3556dd479a3266651 100644 (file)
@@ -421,7 +421,8 @@ smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
                return  -ENOMEM;
        }
 
-       rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL);
+       rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL,
+                      NULL);
        if (rc)
                goto qmf_out_open_fail;
 
@@ -478,7 +479,8 @@ smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
        oparms.fid = &fid;
        oparms.reconnect = false;
 
-       rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL);
+       rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
+                      NULL);
        if (rc) {
                kfree(utf16_path);
                return rc;