projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ff0e2
)
configfs: remove unnecessary dentry_unhash on rmdir, dir rename
author
Sage Weil
<sage@newdream.net>
Fri, 27 May 2011 20:42:19 +0000
(13:42 -0700)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 28 May 2011 05:02:54 +0000
(
01:02
-0400)
configfs does not have problems with references to unlinked directories.
CC: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/configfs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/configfs/dir.c
b/fs/configfs/dir.c
index 9d17d350abc55ec3dfffca5282ba12f2d418facd..9a37a9b6de3a23f026f6dc0d9c2906e07b1f8bf0 100644
(file)
--- a/
fs/configfs/dir.c
+++ b/
fs/configfs/dir.c
@@
-1359,8
+1359,6
@@
static int configfs_rmdir(struct inode *dir, struct dentry *dentry)
struct module *subsys_owner = NULL, *dead_item_owner = NULL;
int ret;
- dentry_unhash(dentry);
-
if (dentry->d_parent == configfs_sb->s_root)
return -EPERM;