add patch call-get_blocks-with-create-1-for-write-faults-to-unwritten-extents
[ext4-patch-queue.git] / remove-excess-descriptions-for-handle_s
blob0cb7b4d7273a72d03475cb3f1cce8846d7670f03
1 jbd2: remove excess descriptions for handle_s
3 From: Luis de Bethencourt <luisbg@osg.samsung.com>
5 Commit bf6993276f74 ("jbd2: Use tracepoints for history file")
6 removed the members j_history, j_history_max and j_history_cur from struct
7 handle_s but the descriptions stayed lingering. Removing them.
9 Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
10 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
11 Reviewed-by: Jan Kara <jack@suse.cz>
12 ---
13 Hi,
15 Noticed this issue when running make htmldocs.
17 It gives the following warnings:
18 .//include/linux/jbd2.h:1033: warning: Excess struct/union/enum/typedef member 'j_history' description in 'journal_s'
19 .//include/linux/jbd2.h:1033: warning: Excess struct/union/enum/typedef member 'j_history_max' description in 'journal_s'
20 .//include/linux/jbd2.h:1033: warning: Excess struct/union/enum/typedef member 'j_history_cur' description in 'journal_s'
22 Thanks,
23 Luis
25  include/linux/jbd2.h | 3 ---
26  1 file changed, 3 deletions(-)
28 diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
29 index fd1083c..401792d 100644
30 --- a/include/linux/jbd2.h
31 +++ b/include/linux/jbd2.h
32 @@ -781,9 +781,6 @@ jbd2_time_diff(unsigned long start, unsigned long end)
33   * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the
34   *     number that will fit in j_blocksize
35   * @j_last_sync_writer: most recent pid which did a synchronous write
36 - * @j_history: Buffer storing the transactions statistics history
37 - * @j_history_max: Maximum number of transactions in the statistics history
38 - * @j_history_cur: Current number of transactions in the statistics history
39   * @j_history_lock: Protect the transactions statistics history
40   * @j_proc_entry: procfs entry for the jbd statistics directory
41   * @j_stats: Overall statistics