projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b647c35
)
[CIFS] Cleanup unused variable build warning
author
Steve French
<sfrench@us.ibm.com>
Tue, 2 Nov 2010 19:22:45 +0000
(19:22 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 2 Nov 2010 19:22:45 +0000
(19:22 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/file.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/file.c
b/fs/cifs/file.c
index a566f155df491c90bec56a6e985feb85824112ed..71185d1d310a4499676cd162d215a810a251529b 100644
(file)
--- a/
fs/cifs/file.c
+++ b/
fs/cifs/file.c
@@
-264,7
+264,6
@@
void cifsFileInfo_put(struct cifsFileInfo *cifs_file)
struct inode *inode = cifs_file->dentry->d_inode;
struct cifsTconInfo *tcon = tlink_tcon(cifs_file->tlink);
struct cifsInodeInfo *cifsi = CIFS_I(inode);
- struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
struct cifsLockInfo *li, *tmp;
spin_lock(&cifs_file_list_lock);