Commit 74a68fc2 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Linus Torvalds

[PATCH] fs/mbcache.c: Remove an unused wait queue variable

This one slipped me. The "real" wait queue is defined some lines further
down inside the loop.
Signed-off-by: default avatarAndreas Gruenbacher <agruen@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc4e2ff6
......@@ -554,8 +554,6 @@ static struct mb_cache_entry *
__mb_cache_entry_find(struct list_head *l, struct list_head *head,
int index, struct block_device *bdev, unsigned int key)
{
DEFINE_WAIT(wait);
while (l != head) {
struct mb_cache_entry *ce =
list_entry(l, struct mb_cache_entry,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment