소스 검색

[CIFS] Missing line from previous patch

Signed-off-by: Steve French (sfrench@us.ibm.com)
Steve French 20 년 전
부모
커밋
abb15b8ae4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs/cifs/cifssmb.c

+ 1 - 0
fs/cifs/cifssmb.c

@@ -3983,6 +3983,7 @@ int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon,
 	int rc = 0;
 	int rc = 0;
 	struct smb_com_transaction_change_notify_req * pSMB = NULL;
 	struct smb_com_transaction_change_notify_req * pSMB = NULL;
 	struct smb_com_transaction_change_notify_rsp * pSMBr = NULL;
 	struct smb_com_transaction_change_notify_rsp * pSMBr = NULL;
+	struct dir_notify_req *dnotify_req;
 	int bytes_returned;
 	int bytes_returned;
 
 
 	cFYI(1, ("In CIFSSMBNotify for file handle %d",(int)netfid));
 	cFYI(1, ("In CIFSSMBNotify for file handle %d",(int)netfid));