[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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user