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 <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
SUSE Labs, SUSE LINUX GMBH

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

Reply via email to