On Tue, Mar 08, 2016 at 08:02:31PM +0900, Tetsuo Handa wrote: > Since we assigned mm = victim->mm before pr_err(), > we don't need to dereference victim->mm again at pr_err(). > This saves a few instructions. > > Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Yes. Once we introduce a local variable for something, we should use it consistently to refer to that thing. Anything else is confusing. Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> -- 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/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>