From: Eric Dumazet Date: Thu, 24 Sep 2009 13:39:09 +0000 (+0200) Subject: perf tools: Dont use openat() X-Git-Tag: v2.6.32-rc1~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725b13685c61168f71825b3fb67d96d2d7aa3b0f;p=pandora-kernel.git perf tools: Dont use openat() openat() is still a young glibc facility, better to not use it in a non performance critical program (perf list) Many machines have older glibc (RHEL 4 Update 5 -> glibc-2.3.4-2.36 on my dev machine for example). Signed-off-by: Eric Dumazet Cc: Peter Zijlstra Cc: Ulrich Drepper LKML-Reference: <4ABB767D.6080004@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed