projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75cc5c9
)
9p: cleanup: remove unneeded assignment
author
Dan Carpenter
<
[email protected]
>
Fri, 7 May 2010 08:26:23 +0000
(08:26 +0000)
committer
Eric Van Hensbergen
<
[email protected]
>
Sat, 22 May 2010 17:34:12 +0000
(12:34 -0500)
We never use "v9ses" and so we can remove it.
Signed-off-by: Dan Carpenter <
[email protected]
>
Signed-off-by: Eric Van Hensbergen <
[email protected]
>
fs/9p/vfs_inode.c
patch
|
blob
|
history
diff --git
a/fs/9p/vfs_inode.c
b/fs/9p/vfs_inode.c
index 29367ee25cb82206c3a7ed7a26aea10c2254a8a2..aecfc0c179454b0b27b1148841caf22ee9f909cd 100644
(file)
--- a/
fs/9p/vfs_inode.c
+++ b/
fs/9p/vfs_inode.c
@@
-456,14
+456,12
@@
static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir)
{
int retval;
struct inode *file_inode;
- struct v9fs_session_info *v9ses;
struct p9_fid *v9fid;
P9_DPRINTK(P9_DEBUG_VFS, "inode: %p dentry: %p rmdir: %d\n", dir, file,
rmdir);
file_inode = file->d_inode;
- v9ses = v9fs_inode2v9ses(file_inode);
v9fid = v9fs_fid_clone(file);
if (IS_ERR(v9fid))
return PTR_ERR(v9fid);