From: Xiao Guangrong Date: Thu, 4 Feb 2010 08:46:42 +0000 (+0800) Subject: perf tools: Clean up O_LARGEFILE et al usage X-Git-Tag: v2.6.34-rc1~197^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f887f3019e56389a73617f4e70f512e82cc89adb;p=pandora-kernel.git perf tools: Clean up O_LARGEFILE et al usage Setting _FILE_OFFSET_BITS and using O_LARGEFILE, lseek64, etc, is redundant. Thanks H. Peter Anvin for pointing it out. So, this patch removes O_LARGEFILE, lseek64, etc. Suggested-by: "H. Peter Anvin" Signed-off-by: Xiao Guangrong Cc: Frederic Weisbecker Cc: Steven Rostedt Cc: Paul Mackerras Cc: Peter Zijlstra LKML-Reference: <4B6A8972.3070605@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed