From: Steve French Date: Thu, 25 Aug 2005 03:25:21 +0000 (-0700) Subject: [CIFS] Use file instead of dentry in cifs dir_notify struct X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e22cb8bcb8bce94bf5cca90c98933a28816c6a75;p=deliverable%2Flinux.git [CIFS] Use file instead of dentry in cifs dir_notify struct Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 236de07cbda6..a9c791edede5 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -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