[PATCH] IB: fix up major/minor sysfs interface for IB core
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jan 2006 22:08:59 +0000 (14:08 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 6 Feb 2006 20:17:17 +0000 (12:17 -0800)
commit68f5f996347dc2724a0dd511683643a2b6912380
tree1a1131ef78c81129791c2c3b3cf365c7e35283aa
parent0650fd5824e07570f0c43980b81bb23ae917f1d7
[PATCH] IB: fix up major/minor sysfs interface for IB core

Current IB code doesn't work with userspace programs that listen only to
the kernel event netlink socket as it is trying to create its own dev
interface.  This small patch fixes this problem, and removes some
unneeded code as the driver core handles this logic for you
automatically.

Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/infiniband/core/ucm.c