commit | 9bcf976cb8b86eb40e0c0b495a14e4cb967b9c6e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Feb 22 23:07:30 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 22 23:07:30 2016 -0500 |
tree | 96a20bb05e28fc973bd8112720a668bdeb6428bf | |
parent | 29c6eaffc8868ef6fa71997d0ea507a02c52712c [diff] |
jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records jbd2_journal_write_revoke_records() takes journal pointer and write_op, although journal can be obtained from the passed transaction and write_op is always WRITE_SYNC. Remove these superfluous arguments. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>