diff options
Diffstat (limited to 'fs/configfs/dir.c')
-rw-r--r-- | fs/configfs/dir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/configfs/dir.c b/fs/configfs/dir.c index 3313dd19f543..9908c20bb1a5 100644 --- a/fs/configfs/dir.c +++ b/fs/configfs/dir.c | |||
@@ -1355,6 +1355,8 @@ static int configfs_rmdir(struct inode *dir, struct dentry *dentry) | |||
1355 | struct module *subsys_owner = NULL, *dead_item_owner = NULL; | 1355 | struct module *subsys_owner = NULL, *dead_item_owner = NULL; |
1356 | int ret; | 1356 | int ret; |
1357 | 1357 | ||
1358 | dentry_unhash(dentry); | ||
1359 | |||
1358 | if (dentry->d_parent == configfs_sb->s_root) | 1360 | if (dentry->d_parent == configfs_sb->s_root) |
1359 | return -EPERM; | 1361 | return -EPERM; |
1360 | 1362 | ||