diff options
author | Steve French <sfrench@us.ibm.com> | 2010-11-02 15:22:45 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-11-02 15:22:45 -0400 |
commit | 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e (patch) | |
tree | 834e7946a6518745ce168dfb6cbd7ffc6c21739c /fs | |
parent | b647c35f77af9c07d336247b23014596e9f0a593 (diff) |
[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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index a566f155df49..71185d1d310a 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -264,7 +264,6 @@ void cifsFileInfo_put(struct cifsFileInfo *cifs_file) | |||
264 | struct inode *inode = cifs_file->dentry->d_inode; | 264 | struct inode *inode = cifs_file->dentry->d_inode; |
265 | struct cifsTconInfo *tcon = tlink_tcon(cifs_file->tlink); | 265 | struct cifsTconInfo *tcon = tlink_tcon(cifs_file->tlink); |
266 | struct cifsInodeInfo *cifsi = CIFS_I(inode); | 266 | struct cifsInodeInfo *cifsi = CIFS_I(inode); |
267 | struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb); | ||
268 | struct cifsLockInfo *li, *tmp; | 267 | struct cifsLockInfo *li, *tmp; |
269 | 268 | ||
270 | spin_lock(&cifs_file_list_lock); | 269 | spin_lock(&cifs_file_list_lock); |