diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-24 21:51:02 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-24 21:51:02 -0400 |
commit | abb15b8ae4eb7cdff0061e7ac5eca1f8dd8a84af (patch) | |
tree | fcac3cc1e52c4db1f13c0b97d6512becd3bdc007 /fs/cifs/cifssmb.c | |
parent | ff5dbd9ead0d82466cab8bdbdcbc9666707d328a (diff) |
[CIFS] Missing line from previous patch
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 1 |
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, | |||
3983 | int rc = 0; | 3983 | int rc = 0; |
3984 | struct smb_com_transaction_change_notify_req * pSMB = NULL; | 3984 | struct smb_com_transaction_change_notify_req * pSMB = NULL; |
3985 | struct smb_com_transaction_change_notify_rsp * pSMBr = NULL; | 3985 | struct smb_com_transaction_change_notify_rsp * pSMBr = NULL; |
3986 | struct dir_notify_req *dnotify_req; | ||
3986 | int bytes_returned; | 3987 | int bytes_returned; |
3987 | 3988 | ||
3988 | cFYI(1, ("In CIFSSMBNotify for file handle %d",(int)netfid)); | 3989 | cFYI(1, ("In CIFSSMBNotify for file handle %d",(int)netfid)); |