From e801fdc48e1c0ac4bbfc1362e392fd5523b9c1db Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 2 Nov 2010 19:22:45 +0000 Subject: [PATCH] --- yaml --- r: 221590 b: refs/heads/master c: 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/cifs/file.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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);