commit | a922c68732725866c88457026cf06a7620846506 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Oct 06 16:38:45 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 16:47:43 2005 -0700 |
tree | e859a07f850fa62fc7e8494737b9a4830fdb936c | |
parent | 3f8c03ee05801bf8539dd136d9246a416c45052a [diff] |
[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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>