diff options
author | Steve French <sfrench@us.ibm.com> | 2010-11-02 19:22:45 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-11-02 19:22:45 +0000 |
commit | 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e (patch) | |
tree | 834e7946a6518745ce168dfb6cbd7ffc6c21739c /fs/cifs | |
parent | b647c35f77af9c07d336247b23014596e9f0a593 (diff) | |
download | linux-3.10-54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e.tar.gz linux-3.10-54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e.tar.bz2 linux-3.10-54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e.zip |
[CIFS] Cleanup unused variable build warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index a566f155df4..71185d1d310 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); |