diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-24 23:25:21 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-24 23:25:21 -0400 |
commit | e22cb8bcb8bce94bf5cca90c98933a28816c6a75 (patch) | |
tree | c7b4c27b91b5b6fdb62cce46ede1f75c9fd9862f /fs | |
parent | 167a251ad6678ad26aa3cf27bab677b274374ab6 (diff) |
[CIFS] Use file instead of dentry in cifs dir_notify struct
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
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 { | |||
402 | __u16 netfid; | 402 | __u16 netfid; |
403 | __u32 filter; /* CompletionFilter (for multishot) */ | 403 | __u32 filter; /* CompletionFilter (for multishot) */ |
404 | int multishot; | 404 | int multishot; |
405 | struct file * dentry; | 405 | struct file * pfile; |
406 | }; | 406 | }; |
407 | 407 | ||
408 | #define MID_FREE 0 | 408 | #define MID_FREE 0 |