Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > d0a35cd31c1125e2132804d68547073d > files > 3825

kernel-2.6.18-194.26.1.el5.src.rpm

From: Steve Dickson <SteveD@redhat.com>
Date: Fri, 15 May 2009 09:40:09 -0400
Subject: [trace] sunrpc: adding trace points to status routines
Message-id: 4A0D70B9.9050105@RedHat.com
O-Subject: Re: [PATCH 5.4] sunrpc: Adding trace points to status routines.
Bugzilla: 499008
RH-Acked-by: Larry Woodman <lwoodman@redhat.com>
RH-Acked-by: Peter Staubach <staubach@redhat.com>

A SystemTap regression was found with the 2.6.18-146.el5
kernel. The attched patch fixes that regression.

steved.

diff --git a/include/trace/sunrpc.h b/include/trace/sunrpc.h
index 35b2944..b3ca201 100644
--- a/include/trace/sunrpc.h
+++ b/include/trace/sunrpc.h
@@ -2,6 +2,7 @@
 #define _TRACE_SUNRPC_H
 
 #include <linux/tracepoint.h>
+#include <linux/sunrpc/sched.h>
 
 DEFINE_TRACE(rpc_call_status,
 	TPPROTO(struct rpc_task *task), TPARGS(task));