aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/file.c')
-rw-r--r--fs/sysfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index a84b734f7b29..e448b88e313e 100644
--- a/fs/sysfs/file.c
+++ b/fs/sysfs/file.c
@@ -421,7 +421,7 @@ int sysfs_add_file(struct dentry * dir, const struct attribute * attr, int type)
421 421
422 mutex_lock(&dir->d_inode->i_mutex); 422 mutex_lock(&dir->d_inode->i_mutex);
423 423
424 if (sysfs_dirent_exist(parent_sd, attr->name)) { 424 if (sysfs_find_dirent(parent_sd, attr->name)) {
425 error = -EEXIST; 425 error = -EEXIST;
426 goto out_unlock; 426 goto out_unlock;
427 } 427 }