[in vmscan.c] > Between line 573 and 594 the page can have 1 user and be unlocked, so it > can be removed by invalidate_inode_pages, and the mapping will be > cleared here: > http://innominate.org/~graichen/projects/lxr/source/mm/filemap.c?v=v2.3#L98 This seems like the obvious thing to do: --- 2.4.0-test13.clean/mm/filemap.c Fri Dec 29 03:14:58 2000 +++ 2.4.0-test13/mm/filemap.c Fri Dec 29 03:16:21 2000 @@ -96,6 +96,7 @@ remove_page_from_inode_queue(page); remove_page_from_hash_queue(page); page->mapping = NULL; + ClearPageDirty(page); } void remove_inode_page(struct page *page) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: innd mmap bug in 2.4.0-test12 Jeff Lightfoot
- Re: innd mmap bug in 2.4.0-test12 Marco d'Itri
- Re: innd mmap bug in 2.4.0-test12 Linus Torvalds
- Re: innd mmap bug in 2.4.0-test12 Linus Torvalds
- Re: innd mmap bug in 2.4.0-test12 Dietmar Kling
- Re: innd mmap bug in 2.4.0-test12 Zlatko Calusic
- Re: innd mmap bug in 2.4.0-test12 Dan Aloni
- Re: innd mmap bug in 2.4.0-test12 Rik van Riel
- Re: innd mmap bug in 2.4.0-test1... Zlatko Calusic
- Re: innd mmap bug in 2.4.0-test1... Daniel Phillips
- Re: [PATCH] Re: innd mmap bug in... Daniel Phillips
- Re: [PATCH] Re: innd mmap bug in... Linus Torvalds
- Re: [PATCH] Re: innd mmap bug in... Daniel Phillips
- Re: [PATCH] Re: innd mmap bug in... Daniel Phillips
- Re: [PATCH] Re: innd mmap bug in... Linus Torvalds
- Re: [PATCH] Re: innd mmap bug in... Daniel Phillips
- Re: innd mmap bug in 2.4.0-test1... Linus Torvalds
- Re: innd mmap bug in 2.4.0-test1... Philipp Rumpf
- Re: innd mmap bug in 2.4.0-test1... Linus Torvalds
- Re: innd mmap bug in 2.4.0-test1... Daniel Phillips
- Re: innd mmap bug in 2.4.0-test1... Rik van Riel