]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: Add support for tagged directories with untagged members.
authorEric W. Biederman <ebiederm@maxwell.aristanetworks.com>
Tue, 30 Mar 2010 18:31:27 +0000 (11:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 May 2010 16:37:31 +0000 (09:37 -0700)
commit9e451ed34a1c44067645740c83ac21062ccfd364
tree2a3c78d5c17e0305f30f02cb9b716f1634ad7c87
parent9bb064007df0539920840fab6e9dbaf01a243a6b
sysfs: Add support for tagged directories with untagged members.

I had hopped to avoid this but the bonding driver adds a file
to /sys/class/net/  and the easiest way to handle that file is
to make it untagged and to register it only once.

So relax the rules on tagged directories, and make bonding work.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c
fs/sysfs/inode.c