jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records
authorJan Kara <jack@suse.cz>
Tue, 23 Feb 2016 04:07:30 +0000 (23:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Feb 2016 04:07:30 +0000 (23:07 -0500)
commit9bcf976cb8b86eb40e0c0b495a14e4cb967b9c6e
tree96a20bb05e28fc973bd8112720a668bdeb6428bf
parent29c6eaffc8868ef6fa71997d0ea507a02c52712c
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>
fs/jbd2/commit.c
fs/jbd2/revoke.c
include/linux/jbd2.h