From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] jbd: fix missing kernel-doc Date: Fri, 9 Jan 2009 15:31:31 -0800 Message-ID: <20090109153131.bfcec9a8.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: akpm To: linux-fsdevel@vger.kernel.org Return-path: Received: from rcsinet14.oracle.com ([148.87.113.126]:34527 "EHLO rgminet14.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbZAIXdd (ORCPT ); Fri, 9 Jan 2009 18:33:33 -0500 Received: from rgminet11.oracle.com (rcsinet11.oracle.com [148.87.113.123]) by rgminet14.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n09NZjQF017508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Jan 2009 23:35:46 GMT Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix jbd header file kernel-doc notation: Warning(linux-2.6.28-git13//include/linux/jbd.h:823): No description found for parameter 'j_average_commit_time' Signed-off-by: Randy Dunlap --- include/linux/jbd.h | 2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.28-git13.orig/include/linux/jbd.h +++ linux-2.6.28-git13/include/linux/jbd.h @@ -614,6 +614,8 @@ struct transaction_s * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the * number that will fit in j_blocksize * @j_last_sync_writer: most recent pid which did a synchronous write + * @j_average_commit_time: the average amount of time in nanoseconds it + * takes to commit a transaction to the disk. * @j_private: An opaque pointer to fs-private information. */