kobj: Add basic infrastructure for dealing with namespaces.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 30 Mar 2010 18:31:25 +0000 (11:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 May 2010 16:37:31 +0000 (09:37 -0700)
commitbc451f2058238013e1cdf4acd443c01734d332f0
tree16a1ca2f762edcfbda8f2a4afb6763ba7b090271
parentba514a57f5c38d9d79ea15e75059e07f49238726
kobj: Add basic infrastructure for dealing with namespaces.

Move complete knowledge of namespaces into the kobject layer
so we can use that information when reporting kobjects to
userspace.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/class.c
drivers/base/core.c
include/linux/device.h
include/linux/kobject.h
lib/kobject.c