diff options
Diffstat (limited to 'fs/sysfs/inode.c')
-rw-r--r-- | fs/sysfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index 07193d720d92..364c8873fbda 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c | |||
@@ -326,7 +326,7 @@ int sysfs_hash_and_remove(struct sysfs_dirent *dir_sd, const char *name, | |||
326 | return -ENOENT; | 326 | return -ENOENT; |
327 | } | 327 | } |
328 | 328 | ||
329 | sysfs_addrm_start(&acxt, dir_sd); | 329 | sysfs_addrm_start(&acxt); |
330 | 330 | ||
331 | sd = sysfs_find_dirent(dir_sd, name, ns); | 331 | sd = sysfs_find_dirent(dir_sd, name, ns); |
332 | if (sd) | 332 | if (sd) |