]> 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)
commit02aef797926d688a87a1650c88b94f1658d4f651
tree230f8bad53644f1bdd25e5c0fd892475742e7783
parentc2f4296145a0dd8a8af50d05ffcfc482134d718b
Revert "sysfs: drop kobj_ns_type handling"

This reverts commit af492e3b63e99999b5efcf84532bc34ca01df1fa.

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