lkml.org 
[lkml]   [2005]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[trivial patch] fs/mbcache.c: Remove an unused wait queue variable
From
Date
Hello,

This one slipped me. The "real" wait queue is defined some lines further
down inside the loop.

In the future, where should I best send trivial tings like this? Thank
you!

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>

Index: linux-2.6.11-latest/fs/mbcache.c
===================================================================
--- linux-2.6.11-latest.orig/fs/mbcache.c
+++ linux-2.6.11-latest/fs/mbcache.c
@@ -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,

Cheers,
--
Andreas Gruenbacher <agruen@suse.de>
SUSE Labs, SUSE LINUX GMBH

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.265 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site