projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d6523
)
sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.
author
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 21 Jul 2010 05:10:58 +0000
(22:10 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 26 Jul 2010 19:02:41 +0000
(12:02 -0700)
This happens for network devices when SYSFS_DEPRECATED is enabled.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/symlink.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sysfs/symlink.c
b/fs/sysfs/symlink.c
index 44bca5f49cd5837e695d71d6a9983940e1522ce2..660383321347567a7e9cd4f0e429a1886aca2187 100644
(file)
--- a/
fs/sysfs/symlink.c
+++ b/
fs/sysfs/symlink.c
@@
-135,7
+135,7
@@
void sysfs_delete_link(struct kobject *kobj, struct kobject *targ,
{
const void *ns = NULL;
spin_lock(&sysfs_assoc_lock);
- if (targ->sd)
+ if (targ->sd
&& sysfs_ns_type(kobj->sd)
)
ns = targ->sd->s_ns;
spin_unlock(&sysfs_assoc_lock);
sysfs_hash_and_remove(kobj->sd, ns, name);