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)
commitaf10ec77b43335ab4e473e4087d85979caf02d65
tree2a3c78d5c17e0305f30f02cb9b716f1634ad7c87
parent3ff195b011d7decf501a4d55aeed312731094796
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