From 28356a1679006b110215596e057f304ef3083922 Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 23 May 2007 14:45:36 +0000 Subject: [PATCH] [CIFS] Fix oops on failed cifs mount (in kthread_stop) If the cifs demultiplex thread wakes up and exits (zeroing server->tsk) before kthread_stop is called, the cifs_mount code could pass a null pointer to kthread_stop Thanks to akpm, Dave Young and Shaggy for suggesting earlier versions of this patch. CC: akpm@linux-foundatior.org Signed-off-by: Dave Young Signed-off-by: Dave Kleikamp Signed-off-by: Steve French --- Reading git-format-patch failed