]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/cifs/misc.c
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
[mirror_ubuntu-artful-kernel.git] / fs / cifs / misc.c
index ce41fee07e5b87917abe7d2acd5af53e7c2268d8..a921b0712eff43ce05ca81c710aa5dd05dc8397a 100644 (file)
@@ -466,7 +466,7 @@ is_valid_oplock_break(char *buffer, struct TCP_Server_Info *srv)
                        list_for_each(tmp2, &tcon->openFileList) {
                                netfile = list_entry(tmp2, struct cifsFileInfo,
                                                     tlist);
-                               if (pSMB->Fid != netfile->netfid)
+                               if (pSMB->Fid != netfile->fid.netfid)
                                        continue;
 
                                cFYI(1, "file id match, oplock break");