aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-08-24 20:25:21 -0700
committerSteve French <sfrench@us.ibm.com>2005-08-24 20:25:21 -0700
commite22cb8bcb8bce94bf5cca90c98933a28816c6a75 (patch)
treec7b4c27b91b5b6fdb62cce46ede1f75c9fd9862f /fs/cifs/cifsglob.h
parent[CIFS] Change notify support part 3 (diff)
downloadlinux-dev-e22cb8bcb8bce94bf5cca90c98933a28816c6a75.tar.xz
linux-dev-e22cb8bcb8bce94bf5cca90c98933a28816c6a75.zip
[CIFS] Use file instead of dentry in cifs dir_notify struct
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
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