]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: allow creating symlinks from untagged to tagged directories
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 21 Jul 2010 05:12:01 +0000 (22:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Jul 2010 19:02:41 +0000 (12:02 -0700)
commit00928f04bbdd37578a4f5aa489c558a00a032cf9
tree0f519f2385d08e3b1702c89e1e01ff079a2e5846
parent6fd3120b195dce57c5526ee86694e920b6151bee
sysfs: allow creating symlinks from untagged to tagged directories

Supporting symlinks from untagged to tagged directories is reasonable,
and needed to support CONFIG_SYSFS_DEPRECATED.  So don't fail a prior
allowing that case to work.

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