diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-25 05:03:11 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-25 05:03:11 +0200 |
commit | 167a251ad6678ad26aa3cf27bab677b274374ab6 (patch) | |
tree | 3db2a878de70d180d634d06e5ddf8dc325230e40 /fs/cifs/cifsglob.h | |
parent | [CIFS] Missing line from previous patch (diff) | |
download | linux-167a251ad6678ad26aa3cf27bab677b274374ab6.tar.xz linux-167a251ad6678ad26aa3cf27bab677b274374ab6.zip |
[CIFS] Change notify support part 3
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-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 92fba7609e67..236de07cbda6 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 dentry * dentry; + struct file * dentry; }; #define MID_FREE 0 |