Greg Kroah-Hartman 6c06aec248 IB: fix race in device_create
There is a race from when a device is created with device_create() and
then the drvdata is set with a call to dev_set_drvdata() in which a
sysfs file could be open, yet the drvdata will be NULL, causing all
sorts of bad things to happen.

This patch fixes the problem by using the new function,
device_create_drvdata().

Cc: Kay Sievers <kay.sievers@vrfy.org>
Reviewed-by: Roland Dreier <rolandd@cisco.com>
Cc: Sean Hefty <sean.hefty@intel.com>
Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-05-20 13:31:55 -07:00
..
2007-05-21 09:18:19 -07:00
2008-04-16 21:01:07 -07:00
2006-09-22 15:22:46 -07:00
2007-07-09 16:17:32 -07:00
2008-04-16 21:01:07 -07:00
2008-04-29 08:06:12 -07:00
2008-05-20 13:31:55 -07:00
2008-05-20 13:31:55 -07:00
2008-04-16 21:09:33 -07:00