From: Mark Rustad Date: Thu, 9 Oct 2014 22:28:15 +0000 (-0700) Subject: mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings X-Git-Tag: omap-for-v3.19/prcm-cleanup~134^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c809968ffa92d41baaa9054e897436480179b20;p=pandora-kernel.git mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings Nested calls to min/max functions result in shadow warnings in W=2 builds. Avoid the warning by using the min3 and max3 macros to get the min/max of 3 values instead of nested calls. Signed-off-by: Mark Rustad Signed-off-by: Jeff Kirsher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed