Messages in this thread Patch in this message |  | | Date | Sat, 4 May 2002 00:26:42 -0500 (CDT) | From | Milton Miller <> | Subject | Re: 2.5.12 severe ext3 filesystem corruption warning! |
| |
Maybe this patch would make a difference ??
milton
===== mm/filemap.c 1.81 vs edited ===== --- 1.81/mm/filemap.c Mon Apr 29 17:18:54 2002 +++ edited/mm/filemap.c Fri May 3 20:47:35 2002 @@ -287,11 +287,11 @@ clean_list_pages(mapping, &mapping->io_pages, start); clean_list_pages(mapping, &mapping->dirty_pages, start); do { - unlocked |= truncate_list_pages(mapping, + unlocked = truncate_list_pages(mapping, &mapping->io_pages, start, &partial); unlocked |= truncate_list_pages(mapping, &mapping->dirty_pages, start, &partial); - unlocked = truncate_list_pages(mapping, + unlocked |= truncate_list_pages(mapping, &mapping->clean_pages, start, &partial); unlocked |= truncate_list_pages(mapping, &mapping->locked_pages, start, &partial); - 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/
|  |