From: Jeff Moyer Date: Thu, 6 Jan 2011 19:41:42 +0000 (+0100) Subject: block: trace event block fix unassigned field X-Git-Tag: v2.6.38-rc1~231^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7908c1035af7652cd613991b54dbff9c8b6bd3a;p=pandora-kernel.git block: trace event block fix unassigned field The "error" field in block_bio_complete is not assigned, leaving the memory area uninitialized (keeping garbage data). Pass an additional tracepoint argument to this event to initialize this field. Signed-off-by: Jeff Moyer Signed-off-by: Mathieu Desnoyers CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar CC: Thomas Gleixner CC: Li Zefan CC: Alan.Brunelle@hp.com Signed-off-by: Jens Axboe --- Reading git-diff-tree failed