diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-05-05 22:35:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-05-05 22:35:54 -0400 |
commit | 466c3fb618b8520b75be37fcb115e9610663b945 (patch) | |
tree | e4c3e73a3ababf64423ceebf5f702c69c125efb3 | |
parent | 32157de29a3140bfaa74c6e0fae18c78fe84a5df (diff) |
jbd2: remove excess descriptions for handle_s
Commit bf6993276f74 ("jbd2: Use tracepoints for history file")
removed the members j_history, j_history_max and j_history_cur from struct
handle_s but the descriptions stayed lingering. Removing them.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
-rw-r--r-- | include/linux/jbd2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 39511484ad10..efb232c5f668 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -789,9 +789,6 @@ jbd2_time_diff(unsigned long start, unsigned long end) | |||
789 | * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the | 789 | * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the |
790 | * number that will fit in j_blocksize | 790 | * number that will fit in j_blocksize |
791 | * @j_last_sync_writer: most recent pid which did a synchronous write | 791 | * @j_last_sync_writer: most recent pid which did a synchronous write |
792 | * @j_history: Buffer storing the transactions statistics history | ||
793 | * @j_history_max: Maximum number of transactions in the statistics history | ||
794 | * @j_history_cur: Current number of transactions in the statistics history | ||
795 | * @j_history_lock: Protect the transactions statistics history | 792 | * @j_history_lock: Protect the transactions statistics history |
796 | * @j_proc_entry: procfs entry for the jbd statistics directory | 793 | * @j_proc_entry: procfs entry for the jbd statistics directory |
797 | * @j_stats: Overall statistics | 794 | * @j_stats: Overall statistics |