From: Li Zefan <lizf@cn.fujitsu.com>
To: William Cohen <wcohen@redhat.com>
Cc: lkml <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>,
Jens Axboe <jens.axboe@oracle.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Steven Rostedt <rostedt@goodmis.org>
Subject: Re: [PATCH] add block IO documentation to tracepoint docbook
Date: Thu, 02 Jul 2009 14:30:06 +0800 [thread overview]
Message-ID: <4A4C53EE.5000503@cn.fujitsu.com> (raw)
In-Reply-To: <4A4BBECD.8000908@redhat.com>
More CCed
William Cohen wrote:
> The following patch adds block IO tracepoint documentation to the tracepoint
> docbook.
>
> Signed-off-by: William Cohen <wcohen@xxxxxxxxxx>
Nice, thanks!
Acked-by: Li Zefan <lizf@cn.fujitsu.com>
> +/**
> + * block_rq_abort - Abort Block Operation Request
Is it necessary to uppercase the first letter of every word?
> + * @q: queue containing the block operation request
> + * @rq: block IO operation request
> + *
> + * Called immediately after pending block IO operation request @rq in
> + * queue @q is aborted. The fields in the operation request @rq
> + * can be examined to determine which device and sectors the pending
> + * operation would access.
> + */
> TRACE_EVENT(block_rq_abort,
>
> TP_PROTO(struct request_queue *q, struct request *rq),
next prev parent reply other threads:[~2009-07-02 6:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-01 19:53 [PATCH] add block IO documentation to tracepoint docbook William Cohen
2009-07-01 22:02 ` Randy Dunlap
2009-07-02 6:30 ` Li Zefan [this message]
2009-07-08 12:46 ` William Cohen
2009-07-02 10:01 ` Christoph Hellwig
2009-07-08 3:13 ` William Cohen
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=4A4C53EE.5000503@cn.fujitsu.com \
--to=lizf@cn.fujitsu.com \
--cc=fweisbec@gmail.com \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=wcohen@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.