[CIFS] typo in previous patch
(also fixed missing space after if) Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
28356a1679
commit
f7f7c31c98
1 changed files with 3 additions and 3 deletions
|
@ -2077,7 +2077,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
|
|||
send_sig(SIGKILL,srvTcp->tsk,1);
|
||||
tsk = srvTcp->tsk;
|
||||
if(tsk)
|
||||
kthread_stop(srvTcp->tsk);
|
||||
kthread_stop(tsk);
|
||||
}
|
||||
}
|
||||
/* If find_unc succeeded then rc == 0 so we can not end */
|
||||
|
|
Loading…
Add table
Reference in a new issue