https://github.com/torvalds/linux
Revision 39e6dd73502f64e2ae3236b304e160ae30de9384 authored by Arnaldo Carvalho de Melo on 14 August 2009, 18:26:32 UTC, committed by Ingo Molnar on 15 August 2009, 09:59:06 UTC
We were using 'fd' locally, but there was a global 'fd' too, so
when converting from open to fopen the test made against fd
should be made against 'fp', but since we have that global
it didnt get discovered ...

Reported-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20090814182632.GF3490@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent 64f1607
History
Tip revision: 39e6dd73502f64e2ae3236b304e160ae30de9384 authored by Arnaldo Carvalho de Melo on 14 August 2009, 18:26:32 UTC
perf record: Fix typo in pid_synthesize_comm_event
Tip revision: 39e6dd7
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 148.2 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top