]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
authorLiu Song <liu.song11@zte.com.cn>
Sat, 6 Apr 2019 22:14:17 +0000 (18:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 6 Apr 2019 22:14:17 +0000 (18:14 -0400)
commitfb203751099eecf145317685ee480a51e5b246de
tree5a020b9f6978968602c71f9ae952a807e4539b41
parent79a3aaa7b82e3106be97842dedfd8429248896e6
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()

At the beginning, nblocks has been assigned. There is no need
to repeat the assignment in the while loop, and remove it.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/jbd2/checkpoint.c