projects
/
wrapfs-3.10.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b091a7
)
fix spell error
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:39:11 +0000
(16:39 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:39:11 +0000
(16:39 -0400)
fs/wrapfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/lookup.c
b/fs/wrapfs/lookup.c
index 8549996262f5ebaa21bb8b68c14b5c37382b6d9b..f7fbf10651eb4031164a97b80f4c8c200623779f 100644
(file)
--- a/
fs/wrapfs/lookup.c
+++ b/
fs/wrapfs/lookup.c
@@
-281,7
+281,7
@@
static struct dentry *__wrapfs_lookup(struct dentry *dentry,
if (err && err != -ENOENT)
goto out;
- /* instatiate a new negative dentry */
+ /* insta
n
tiate a new negative dentry */
this.name = name;
this.len = strlen(name);
this.hash = full_name_hash(this.name, this.len);