Skip to content

Commit

Permalink
[CIFS] Use file instead of dentry in cifs dir_notify struct
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Aug 25, 2005
1 parent 167a251 commit e22cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e22cb8b

Please sign in to comment.