[linux-cifs-client] [PATCH 1/4] [CIFS] remove unneeded half-second sleep from cifs_umount

Christoph Hellwig hch at infradead.org
Fri May 2 20:58:47 GMT 2008


On Fri, May 02, 2008 at 03:25:17PM -0400, Jeff Layton wrote:
> 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 <jlayton at redhat.com>

Looks good to me.



More information about the linux-cifs-client mailing list