From: Alan Stern Date: Thu, 6 Oct 2005 20:38:45 +0000 (-0400) Subject: [PATCH] g_file_storage: fix obscure race condition X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a922c68732725866c88457026cf06a7620846506;p=pandora-kernel.git [PATCH] g_file_storage: fix obscure race condition This patch (as575) fixes an unlikely race in the g_file_storage driver. The problem can occur only when the driver is unbound before its initialization routine has finished. I also took the opportunity to replace kmalloc/memset with kzalloc. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed