Explorar o código

[CIFS] Use file instead of dentry in cifs dir_notify struct

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French %!s(int64=20) %!d(string=hai) anos
pai
achega
e22cb8bcb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/cifs/cifsglob.h

+ 1 - 1
fs/cifs/cifsglob.h

@@ -402,7 +402,7 @@ struct dir_notify_req {
        __u16 netfid;
        __u16 netfid;
        __u32 filter; /* CompletionFilter (for multishot) */
        __u32 filter; /* CompletionFilter (for multishot) */
        int multishot;
        int multishot;
-       struct file * dentry;
+       struct file * pfile;
 };
 };
 
 
 #define   MID_FREE 0
 #define   MID_FREE 0