Loading fs/cifs/connect.c +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/cifs/connect.c +3 −3 Original line number Diff line number Diff line Loading @@ -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