Skip to content

Commit

Permalink
[CIFS] Missing line from previous patch
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French (sfrench@us.ibm.com)
  • Loading branch information
Steve French committed Aug 25, 2005
1 parent ff5dbd9 commit abb15b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit abb15b8

Please sign in to comment.