projects
/
wrapfs-2.6.37.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23f53b
)
wrapfs: remove unused variable
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 14 Dec 2019 04:20:15 +0000
(23:20 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 14 Dec 2019 04:20:15 +0000
(23:20 -0500)
fs/wrapfs/lookup.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/lookup.c
b/fs/wrapfs/lookup.c
index 5cd337dd3b9ad803702a80f6ad351a704215038e..94d74b309e443938462ffe0062dc6ac7da4a42ff 100644
(file)
--- a/
fs/wrapfs/lookup.c
+++ b/
fs/wrapfs/lookup.c
@@
-72,7
+72,6
@@
static int wrapfs_inode_set(struct inode *inode, void *lower_inode)
static 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))
@@
-98,8
+97,6
@@
static struct inode *wrapfs_iget(struct super_block *sb,
}
/* initialize new inode */
- info = WRAPFS_I(inode);
-
inode->i_ino = lower_inode->i_ino;
wrapfs_set_lower_inode(inode, lower_inode);