projects
/
wrapfs-3.4.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6103e4
)
wrapfs: remove unused variable
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 14 Dec 2019 04:22:20 +0000
(23:22 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 14 Dec 2019 04:22:20 +0000
(23:22 -0500)
fs/wrapfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/lookup.c
b/fs/wrapfs/lookup.c
index 20499585c7cdb90dc050ee349bef87fdfe950d27..a273627f388981f6272f9e7d6c71a65d3fe4f6e3 100644
(file)
--- a/
fs/wrapfs/lookup.c
+++ b/
fs/wrapfs/lookup.c
@@
-71,7
+71,6
@@
static int wrapfs_inode_set(struct inode *inode, void *lower_inode)
struct inode *wrapfs_iget(struct super_block *sb, struct inode *lower_inode)
{
- struct wrapfs_inode_info *info;
struct inode *inode; /* the new inode to return */
if (!igrab(lower_inode))
@@
-97,8
+96,6
@@
struct inode *wrapfs_iget(struct super_block *sb, struct inode *lower_inode)
}
/* initialize new inode */
- info = WRAPFS_I(inode);
-
inode->i_ino = lower_inode->i_ino;
wrapfs_set_lower_inode(inode, lower_inode);