diff --git a/[refs] b/[refs] index b3291906c17f..5b862aa9acb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b647c35f77af9c07d336247b23014596e9f0a593 +refs/heads/master: 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e diff --git a/trunk/fs/cifs/file.c b/trunk/fs/cifs/file.c index a566f155df49..71185d1d310a 100644 --- a/trunk/fs/cifs/file.c +++ b/trunk/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);