commit | 6119e6792bcaf926cb284098042a576c1a55b513 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Wed Nov 09 10:21:32 2016 +1100 |
committer | Shaohua Li <shli@fb.com> | Wed Nov 09 17:14:28 2016 -0800 |
tree | 4c905b6ccb46cbdec1a63fe42ee5ecdf4b868901 | |
parent | be306c2989804ca5b90388df66fd3cf28ec74967 [diff] |
md: remove md_super_wait() call after bitmap_flush() bitmap_flush() finishes with bitmap_update_sb(), and that finishes with write_page(..., 1), so write_page() will wait for all writes to complete. So there is no point calling md_super_wait() immediately afterwards. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>