commit | fb203751099eecf145317685ee480a51e5b246de | [log] [tgz] |
---|---|---|
author | Liu Song <liu.song11@zte.com.cn> | Sat Apr 06 18:14:17 2019 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 06 18:14:17 2019 -0400 |
tree | 5a020b9f6978968602c71f9ae952a807e4539b41 | |
parent | 79a3aaa7b82e3106be97842dedfd8429248896e6 [diff] |
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>