Re: [patch 2/3] mempolicy: mpol_rebind_policy cleanup

2007-10-25 Thread Paul Jackson
David wrote: > + if (pol->policy != MPOL_DEFAULT) Good catch - thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 - To unsubscribe from this list: send the line "un

[patch 2/3] mempolicy: mpol_rebind_policy cleanup

2007-10-25 Thread David Rientjes
Set the memory policy nodemask to the new nodemask on rebind only in one place. The only memory policy that does not need an associated mpolmask is MPOL_DEFAULT. Cc: Andi Kleen <[EMAIL PROTECTED]> Cc: Christoph Lameter <[EMAIL PROTECTED]> Cc: Lee Schermerhorn <[EMAIL PROTECTED]> Signed-off-by: Pa