Commit 4ef51c1c authored by Pavel Shilovsky's avatar Pavel Shilovsky

Update 2.6.34 sources from stable (v2.6.34.14)

parent 4f68c5f1
......@@ -584,6 +584,9 @@ is_valid_oplock_break(struct smb_hdr *buf, struct TCP_Server_Info *srv)
pCifsInode->clientCanCacheAll = false;
if (pSMB->OplockLevel == 0)
pCifsInode->clientCanCacheRead = false;
else if (pSMB->OplockLevel)
pCifsInode->clientCanCacheRead = true;
rc = slow_work_enqueue(&netfile->oplock_break);
if (rc) {
cERROR(1, ("failed to enqueue oplock "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment