]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "sysfs: drop kobj_ns_type handling"
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Nov 2013 11:47:28 +0000 (20:47 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Nov 2013 11:47:28 +0000 (20:47 +0900)
commit0458cb26eadf0a6d9388fb6c58b16c9cb508afbc
tree230f8bad53644f1bdd25e5c0fd892475742e7783
parent28c7e3ee83a5f939ba50b2e7551573cf63b25fe3
Revert "sysfs: drop kobj_ns_type handling"

This reverts commit 528f044e4a538d9dce424c14b23920aced0b15d3.

It mysteriously causes NetworkManager to not find the wireless device
for me.  As far as I can tell, Tejun *meant* for this commit to not make
any semantic changes, but there clearly are some.  So revert it, taking
into account some of the calling convention changes that happened in
this area in subsequent commits.

Cc: Tejun Heo <tj@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/sysfs/dir.c
fs/sysfs/mount.c
fs/sysfs/symlink.c
fs/sysfs/sysfs.h
lib/kobject.c