projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167a251
)
[CIFS] Use file instead of dentry in cifs dir_notify struct
author
Steve French
<sfrench@us.ibm.com>
Thu, 25 Aug 2005 03:25:21 +0000
(20:25 -0700)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 25 Aug 2005 03:25:21 +0000
(20:25 -0700)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsglob.h
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsglob.h
b/fs/cifs/cifsglob.h
index 236de07cbda641d1cfdad4f4e6b3e16f079816ba..a9c791edede5959c690b088b42e4741758b0894f 100644
(file)
--- 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