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-Tag: v2.6.15-rc1~18^2~35^2~5^2~37 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e22cb8bcb8bce94bf5cca90c98933a28816c6a75;p=linux-2.6-omap-h63xx.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 236de07cbda..a9c791edede 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