projects
/
wrapfs-4.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a55611
)
fix spell error
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:42:23 +0000
(16:42 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Mar 2019 20:42:23 +0000
(16:42 -0400)
fs/wrapfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/lookup.c
b/fs/wrapfs/lookup.c
index 32faef52a7982bbb9daa0af68411cbf55b065adc..96f241997e6b2537232aa4b7497177a2e373e6b3 100644
(file)
--- a/
fs/wrapfs/lookup.c
+++ b/
fs/wrapfs/lookup.c
@@
-253,7
+253,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);