Browse Source

[CIFS] Cleanup unused variable build warning

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 14 years ago
parent
commit
54eeafe1e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/cifs/file.c

+ 0 - 1
fs/cifs/file.c

@@ -264,7 +264,6 @@ void cifsFileInfo_put(struct cifsFileInfo *cifs_file)
 	struct inode *inode = cifs_file->dentry->d_inode;
 	struct inode *inode = cifs_file->dentry->d_inode;
 	struct cifsTconInfo *tcon = tlink_tcon(cifs_file->tlink);
 	struct cifsTconInfo *tcon = tlink_tcon(cifs_file->tlink);
 	struct cifsInodeInfo *cifsi = CIFS_I(inode);
 	struct cifsInodeInfo *cifsi = CIFS_I(inode);
-	struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
 	struct cifsLockInfo *li, *tmp;
 	struct cifsLockInfo *li, *tmp;
 
 
 	spin_lock(&cifs_file_list_lock);
 	spin_lock(&cifs_file_list_lock);