OSDN Git Service

cifs: convert oplock breaks to use slow_work facility (try #4)
[android-x86/kernel.git] / fs / cifs / connect.c
index d496824..43003e0 100644 (file)
@@ -1670,7 +1670,6 @@ cifs_put_tcon(struct cifsTconInfo *tcon)
        CIFSSMBTDis(xid, tcon);
        _FreeXid(xid);
 
-       DeleteTconOplockQEntries(tcon);
        tconInfoFree(tcon);
        cifs_put_smb_ses(ses);
 }