From: Kay Sievers Date: Wed, 14 Mar 2007 02:25:56 +0000 (+0100) Subject: driver core: fix namespace issue with devices assigned to classes X-Git-Tag: v2.6.22-rc1~1119^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864062457a2e444227bd368ca5f2a2b740de604f;p=pandora-kernel.git driver core: fix namespace issue with devices assigned to classes - uses a kset in "struct class" to keep track of all directories belonging to this class - merges with the /sys/devices/virtual logic. - removes the namespace-dir if the last member of that class leaves the directory. There may be locking or refcounting fixes left, I stopped when it seemed to work with network and sound modules. :) From: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed