projects
/
wrapfs-5.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c1258
)
fix formatting
wrapfs
author
aburford
<andrew.burford@stonybrook.edu>
Sun, 15 May 2022 02:21:58 +0000
(22:21 -0400)
committer
aburford
<andrew.burford@stonybrook.edu>
Sun, 15 May 2022 02:21:58 +0000
(22:21 -0400)
fs/wrapfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/lookup.c
b/fs/wrapfs/lookup.c
index b166c0e50b98643b668a42caf7041d8723a81b52..b4c468fc5e68e6ca89847153d79f4ed96c886569 100644
(file)
--- a/
fs/wrapfs/lookup.c
+++ b/
fs/wrapfs/lookup.c
@@
-266,8
+266,8
@@
static struct dentry *__wrapfs_lookup(struct dentry *dentry,
* to allocate the d_fsdata field but will still instantiate and hash the
* lower_dentry. Without this, wrapfs could not stack on top of itself.
*/
- d_inode(lower_dir_dentry)
-
->i_op->lookup(d_inode(lower_dir_dentry),
lower_dentry, flags);
+ d_inode(lower_dir_dentry)
->i_op->lookup(d_inode(lower_dir_dentry),
+
lower_dentry, flags);
setup_lower:
lower_path.dentry = lower_dentry;