From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: Jeff Moyer <jmoyer@redhat.com>,
Steven Rostedt <rostedt@goodmis.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Li Zefan <lizf@cn.fujitsu.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] blktrace: add missing probe argument to block_bio_complete
Date: Fri, 7 Jan 2011 12:41:10 -0500 [thread overview]
Message-ID: <20110107174110.GA23082@Krystal> (raw)
In-Reply-To: <4D272EBA.5000703@kernel.dk>
* Jens Axboe (axboe@kernel.dk) wrote:
> On 2011-01-07 15:13, Jeff Moyer wrote:
> > Mathieu Desnoyers <mathieu.desnoyers@efficios.com> writes:
> >
> >> blktrace.c block bio complete callback needs to gain a new argument to reflect
> >> the newly added "error" tracepoint argument. This is needed to match the new
> >> block_bio_complete TRACE_EVENT as of
> >> commit de983a7bfcb7c020901ca6e2314cf55a4207ab5a.
> >>
> >> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
> >> CC: Jeff Moyer <jmoyer@redhat.com>
> >> CC: Steven Rostedt <rostedt@goodmis.org>
> >> CC: Frederic Weisbecker <fweisbec@gmail.com>
> >> CC: Ingo Molnar <mingo@elte.hu>
> >> CC: Thomas Gleixner <tglx@linutronix.de>
> >> CC: Jens Axboe <axboe@kernel.dk>
> >> CC: Li Zefan <lizf@cn.fujitsu.com>
> >> ---
> >> kernel/trace/blktrace.c | 3 ++-
> >> 1 file changed, 2 insertions(+), 1 deletion(-)
> >>
> >> Index: linux-2.6-lttng/kernel/trace/blktrace.c
> >> ===================================================================
> >> --- linux-2.6-lttng.orig/kernel/trace/blktrace.c
> >> +++ linux-2.6-lttng/kernel/trace/blktrace.c
> >> @@ -785,7 +785,8 @@ static void blk_add_trace_bio_bounce(voi
> >> }
> >>
> >> static void blk_add_trace_bio_complete(void *ignore,
> >> - struct request_queue *q, struct bio *bio)
> >> + struct request_queue *q, struct bio *bio,
> >> + int error)
> >> {
> >> blk_add_trace_bio(q, bio, BLK_TA_COMPLETE);
> >> }
> >
> > OK, I clearly didn't look closely enough last time. There's no sense
> > passing this information down if it isn't used (as you said initially).
> > blk_add_trace_bio sets the error based on whether or not the
> > BIO_UPTODATE bit is set. So, I think we should instead revert the patch
> > I sent you (Mathieu), and then completely get rid of the error field in
> > the TP macros.
> >
> > Does that make sense to everyone else?
>
> We usually use BIO_UPTODATE if we have no other information available.
> So if we have, then we should use it.
Good point. I tested your patch below applied after "trace event block fix
unassigned field", and it builds fine. Please feel free to add my
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Are you planning to apply it on top of "blktrace: add missing probe argument to
block_bio_complete" ? (which I see you have merged in block for-next)
Thanks,
Mathieu
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
prev parent reply other threads:[~2011-01-07 17:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 1:54 [PATCH] blktrace: add missing probe argument to block_bio_complete Mathieu Desnoyers
2011-01-07 14:13 ` Jeff Moyer
2011-01-07 15:18 ` Jens Axboe
2011-01-07 15:27 ` Jeff Moyer
2011-01-07 17:41 ` Mathieu Desnoyers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110107174110.GA23082@Krystal \
--to=mathieu.desnoyers@efficios.com \
--cc=axboe@kernel.dk \
--cc=fweisbec@gmail.com \
--cc=jmoyer@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox