* [PATCH] jbd: fix missing kernel-doc
@ 2009-01-09 23:26 Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-01-09 23:26 UTC (permalink / raw)
To: linux-fsdevel; +Cc: akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
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 <randy.dunlap@oracle.com>
---
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.
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] jbd: fix missing kernel-doc
@ 2009-01-09 23:31 Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-01-09 23:31 UTC (permalink / raw)
To: linux-fsdevel; +Cc: akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
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 <randy.dunlap@oracle.com>
---
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.
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-09 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09 23:26 [PATCH] jbd: fix missing kernel-doc Randy Dunlap
-- strict thread matches above, loose matches on Subject: below --
2009-01-09 23:31 Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).