From: Andrew Morton Cc: Serge E. Hallyn Signed-off-by: Andrew Morton --- fs/smbfs/smbiod.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/smbfs/smbiod.c~kthread-convert-smbiod-tidy fs/smbfs/smbiod.c --- 25/fs/smbfs/smbiod.c~kthread-convert-smbiod-tidy Mon Jun 19 14:54:38 2006 +++ 25-akpm/fs/smbfs/smbiod.c Mon Jun 19 14:54:38 2006 @@ -41,7 +41,7 @@ enum smbiod_state { }; static enum smbiod_state smbiod_state = SMBIOD_DEAD; -static struct task_struct *smbiod_thread = NULL; +static struct task_struct *smbiod_thread; static DECLARE_WAIT_QUEUE_HEAD(smbiod_wait); static LIST_HEAD(smb_servers); static DEFINE_SPINLOCK(servers_lock); _