aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-08-24 18:51:02 -0700
committerSteve French <sfrench@us.ibm.com>2005-08-24 18:51:02 -0700
commitabb15b8ae4eb7cdff0061e7ac5eca1f8dd8a84af (patch)
treefcac3cc1e52c4db1f13c0b97d6512becd3bdc007 /fs/cifs
parent[CIFS] Change notify support part 2 (diff)
downloadlinux-dev-abb15b8ae4eb7cdff0061e7ac5eca1f8dd8a84af.tar.xz
linux-dev-abb15b8ae4eb7cdff0061e7ac5eca1f8dd8a84af.zip
[CIFS] Missing line from previous patch
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/cifssmb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index 36d45b1dffc2..be2a3b9a718c 100644
--- 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));