On Thu, Mar 07, 2019 at 09:02:35AM -0800, ira.weiny@xxxxxxxxx wrote: > From: Ira Weiny <ira.weiny@xxxxxxxxx> > > Using a structure pointer is more efficient in the helper. > > Suggested-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx> > > --- > Changes from V1 > Fix compilation when TRACEPOINTS are not configured > > drivers/infiniband/core/mad.c | 28 ++++++++++++++++------------ > include/trace/events/ib_mad.h | 12 ++++++++---- > 2 files changed, 24 insertions(+), 16 deletions(-) I think you should fold this into the earlier series and resend... Thanks, Jason