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

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2005-08-24 20:25:21 -07:00
parent 167a251ad6
commit e22cb8bcb8

View file

@ -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