Andrew Morton wrote:
On Fri, 18 Nov 2011 10:42:50 +0400 Konstantin Khlebnikov<khlebnikov@xxxxxxxxxx> wrote:
Do we really need separate on-stack reclaim_state structure with single field?
Maybe replace it with single long (or even unsigned int) .reclaimed_pages field on task_struct
and account reclaimed pages unconditionally.
I don't think it matters a lot - it's either a temporary pointer on the
stack or a permanent space consumption in the task_struct.
Yes, but currently task_struct has permanent pointer to reclaim_state =)
The way thing are at present we can easily add new fields if needed. I
don't think we've ever done that though.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>