that page count overflow thing

From: David Miller
Date: Sat May 19 2007 - 18:26:55 EST



I think we may be able to fix that one without making the
counter larger, it's silly overhead for such an extreme
case IMHO.

Perhaps it might be possible to just make the counter stick at it's
maximum, and when it's there we have an rbtree of external "large"
counters, keyed by page struct address.

So basically externalize counters that go over the maximally
representable value. In this way only the idiotic cases pay
the price.
-
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/