Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754994AbZGBG3a (ORCPT ); Thu, 2 Jul 2009 02:29:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753854AbZGBG3I (ORCPT ); Thu, 2 Jul 2009 02:29:08 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:49161 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753723AbZGBG3H (ORCPT ); Thu, 2 Jul 2009 02:29:07 -0400 Message-ID: <4A4C53EE.5000503@cn.fujitsu.com> Date: Thu, 02 Jul 2009 14:30:06 +0800 From: Li Zefan User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: William Cohen CC: lkml , Ingo Molnar , Jens Axboe , Frederic Weisbecker , Steven Rostedt Subject: Re: [PATCH] add block IO documentation to tracepoint docbook References: <4A4BBECD.8000908@redhat.com> In-Reply-To: <4A4BBECD.8000908@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 35 More CCed William Cohen wrote: > The following patch adds block IO tracepoint documentation to the tracepoint > docbook. > > Signed-off-by: William Cohen Nice, thanks! Acked-by: Li Zefan > +/** > + * 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), -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/