projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff5dbd9
)
[CIFS] Missing line from previous patch
author
Steve French
<sfrench@us.ibm.com>
Thu, 25 Aug 2005 01:51:02 +0000
(18:51 -0700)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 25 Aug 2005 01:51:02 +0000
(18:51 -0700)
Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/cifssmb.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifssmb.c
b/fs/cifs/cifssmb.c
index 36d45b1dffc2545cad519d0464f7db6be33fbb7e..be2a3b9a718c383d4b9c2e620932eea03d06c65f 100644
(file)
--- a/
fs/cifs/cifssmb.c
+++ b/
fs/cifs/cifssmb.c
@@
-3983,6
+3983,7
@@
int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon,
int rc = 0;
struct smb_com_transaction_change_notify_req * pSMB = NULL;
struct smb_com_transaction_change_notify_rsp * pSMBr = NULL;
+ struct dir_notify_req *dnotify_req;
int bytes_returned;
cFYI(1, ("In CIFSSMBNotify for file handle %d",(int)netfid));