commit | 466c3fb618b8520b75be37fcb115e9610663b945 | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@osg.samsung.com> | Thu May 05 22:35:54 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 05 22:35:54 2016 -0400 |
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>