projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf3b56
)
autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 7 Mar 2016 20:10:45 +0000
(15:10 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 14 Mar 2016 04:16:00 +0000
(
00:16
-0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/autofs4/root.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/autofs4/root.c
b/fs/autofs4/root.c
index c6d7d3dbd52abfa9af11ea0fb7aab955e355bbc9..75dd739ac3e6f613bc610a09b66c79b3a5e8fb6d 100644
(file)
--- a/
fs/autofs4/root.c
+++ b/
fs/autofs4/root.c
@@
-537,8
+537,6
@@
static struct dentry *autofs4_lookup(struct inode *dir, struct dentry *dentry, u
ino->dentry = dentry;
autofs4_add_active(dentry);
-
- d_instantiate(dentry, NULL);
}
return NULL;
}