diff options
Diffstat (limited to 'fs/sysfs/symlink.c')
-rw-r--r-- | fs/sysfs/symlink.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c index a6b13f12b0e7..8ad38bccc0e4 100644 --- a/fs/sysfs/symlink.c +++ b/fs/sysfs/symlink.c | |||
@@ -60,10 +60,9 @@ int sysfs_create_link(struct kobject * kobj, struct kobject * target, const char | |||
60 | 60 | ||
61 | BUG_ON(!name); | 61 | BUG_ON(!name); |
62 | 62 | ||
63 | if (!kobj) { | 63 | if (!kobj) |
64 | if (sysfs_mount && sysfs_mount->mnt_sb) | 64 | parent_sd = &sysfs_root; |
65 | parent_sd = sysfs_mount->mnt_sb->s_root->d_fsdata; | 65 | else |
66 | } else | ||
67 | parent_sd = kobj->sd; | 66 | parent_sd = kobj->sd; |
68 | 67 | ||
69 | error = -EFAULT; | 68 | error = -EFAULT; |