Re: 2.6.4-mm1

From: Andrew Morton
Date: Thu Mar 11 2004 - 03:34:40 EST


Andrew Morton <akpm@xxxxxxxx> wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.4/2.6.4-mm1/

Needs this fix, if you use CONFIG_DEBUG_SPINLOCK

--- 25/fs/mpage.c~mpage-locking-bug 2004-03-11 00:29:21.000000000 -0800
+++ 25-akpm/fs/mpage.c 2004-03-11 00:29:25.000000000 -0800
@@ -672,7 +672,6 @@ mpage_writepages(struct address_space *m
}
pagevec_release(&pvec);
}
- spin_unlock_irq(&mapping->tree_lock);
if (bio)
mpage_bio_submit(WRITE, bio);
return ret;

_

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