Messages in this thread Patch in this message |  | | | Date | Thu, 11 Mar 2004 00:30:23 -0800 | | From | Andrew Morton <> | | Subject | Re: 2.6.4-mm1 |
| |
Andrew Morton <akpm@osdl.org> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |