diff options
author | Steve French <[email protected]> | 2008-05-06 22:27:16 +0000 |
---|---|---|
committer | Steve French <[email protected]> | 2008-05-06 22:27:16 +0000 |
commit | cf432eb50ffd03572c08a006f44e0069957cf300 (patch) | |
tree | 2d8101320fa03c4a1be7e4226e2f1e57e7e26a91 /net/unix/sysctl_net_unix.c | |
parent | dea570e08a69b14808b2cab56d6b0dda72145fa6 (diff) |
[CIFS] cleanup cifsd completion
Was a holdover from the old kernel_thread based cifsd
code. We needed to know that the thread had set the task variable
before proceeding. Now that kthread_run returns the new task, this
doesn't appear to be needed anymore.
As best I can tell, this sleep was intended to try to prevent
cifs_umount from freeing the cifsSesInfo struct before cifsd had
exited. Now that cifsd is using the kthread API, we know that
when kthread_stop returns that cifsd has exited, so I don't
think this is needed any longer.
Signed-off-by: Jeff Layton <[email protected]>
Acked-by: Christop Hellwig <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions