summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-11-02 19:22:45 +0000
committerSteve French <sfrench@us.ibm.com>2010-11-02 19:22:45 +0000
commit54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e (patch)
tree834e7946a6518745ce168dfb6cbd7ffc6c21739c /fs
parentb647c35f77af9c07d336247b23014596e9f0a593 (diff)
downloadop-kernel-dev-54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e.zip
op-kernel-dev-54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e.tar.gz
[CIFS] Cleanup unused variable build warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index a566f15..71185d1 100644
--- 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);
OpenPOWER on IntegriCloud