Commit e22cb8bc authored by Steve French's avatar Steve French

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

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 167a251a
......@@ -402,7 +402,7 @@ struct dir_notify_req {
__u16 netfid;
__u32 filter; /* CompletionFilter (for multishot) */
int multishot;
struct file * dentry;
struct file * pfile;
};
#define MID_FREE 0
......
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