]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita70770aa3c9ef354f84e3291448598b2786b6a4d
tree96a20bb05e28fc973bd8112720a668bdeb6428bf
parent643a5f6ac688bfce86e05afcaf93338c762299cd
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