summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Ahern <david.ahern@oracle.com>2015-04-14 13:49:33 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-04-29 10:37:44 -0300
commit6b1a27520f990700d0dd23976afd8992bf659698 (patch)
treed4d330a77510032ec9d8612f8879b896b6f903e7 /include
parent5b24e8cf618f03b4f1275c229d0a1d464648f9e2 (diff)
downloadlinux-6b1a27520f990700d0dd23976afd8992bf659698.tar.gz
linux-6b1a27520f990700d0dd23976afd8992bf659698.tar.bz2
linux-6b1a27520f990700d0dd23976afd8992bf659698.zip
perf kmem: Fix compiles on RHEL6/OL6
0d68bc92c48 breaks compiles on RHEL6/OL6: cc1: warnings being treated as errors builtin-kmem.c: In function ‘search_page_alloc_stat’: builtin-kmem.c:322: error: declaration of ‘stat’ shadows a global declaration node = &parent->rb_left; /usr/include/sys/stat.h:455: error: shadowed declaration is here builtin-kmem.c: In function ‘perf_evsel__process_page_alloc_event’: builtin-kmem.c:378: error: declaration of ‘stat’ shadows a global declaration /usr/include/sys/stat.h:455: error: shadowed declaration is here builtin-kmem.c: In function ‘perf_evsel__process_page_free_event’: builtin-kmem.c:431: error: declaration of ‘stat’ shadows a global declaration /usr/include/sys/stat.h:455: error: shadowed declaration is here Rename local variable to pstat to avoid the name conflict. Signed-off-by: David Ahern <david.ahern@oracle.com> Link: http://lkml.kernel.org/r/1429033773-31383-1-git-send-email-david.ahern@oracle.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions