Re: smp race fix between invalidate_inode_pages* and do_no_page

From: Nick Piggin
Date: Wed Jan 11 2006 - 04:38:04 EST


Andrea Arcangeli wrote:

The main scary thing as far as I can tell, is the blocking lock_page. We
can't just do TryLockPage...


Hopefully that should be OK... it should not tend to get tripped up on read
because filemap_nopage needs to take the lock and wait in that case anyway.
Hopefully other lock_page users will be in the noise?

Another option might be a spinbit in page->flags but that seems like overkill.

--
SUSE Labs, Novell Inc.

Send instant messages to your online friends http://au.messenger.yahoo.com -
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/