Steve French (smfltc) wrote:Yes - Q's patch has the final change to kthread (as part of a larger DFS change). The original
No - IIRC the original patch (for the switch of cifs from kernel_thread to kthread) had a
minor implementation problem in handling the cifs_demultiplex thread, so this one small
area was left with the old style.
iii) Is it difficult to switch to the new interface?No, I don't think so, but I have not investigated it. We would be happy
to review and test a patch for this though.
***************************
It seems to me that I rewrote cifs_demultiplex_thread to use kthread_run in DFS patch.