commit | 5223671bb0315d83f9ad7becbbb9e703aa735bbe | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Wed Apr 28 14:46:57 2010 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Tue May 18 01:20:33 2010 +0200 |
tree | abd92e52a9a4b65a4c927e81bfd05896faa0c197 | |
parent | 6b4388ac1f282515db3a651707238cad00b50e80 [diff] |
drbd: Fixed bitmap in case of online-grow without resync The "surplus" bits of the old (smaller) bitmap must be clean in case of online-grow without resync. Note: Reverted 67ae8b80d4a116ab3b7094eb3723506b20c06dff as well, since the lines added by this patch are redundant. The bits get set by the bm_set_surplus(b) call before that. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>