mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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:
parent
167a251ad6
commit
e22cb8bcb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue