cifs: remove code for setting timeouts on requests
[deliverable/linux.git] / fs / cifs / transport.c
index a0cef49605168202681199c934c3f458dc1e641f..fe92c4cb75f5da2029c6474b7559afa15efc071a 100644 (file)
@@ -798,7 +798,7 @@ send_lock_cancel(const unsigned int xid, struct cifsTconInfo *tcon,
        pSMB->hdr.Mid = GetNextMid(ses->server);
 
        return SendReceive(xid, ses, in_buf, out_buf,
-                       &bytes_returned, CIFS_STD_OP);
+                       &bytes_returned, 0);
 }
 
 int
This page took 0.025822 seconds and 5 git commands to generate.