You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drbd: allow petabyte storage on 64bit arch
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
committed by
Philipp Reisner
parent
19f843aa08
commit
4b0715f096
@@ -577,7 +577,7 @@ next_sector:
|
||||
size = BM_BLOCK_SIZE;
|
||||
bit = drbd_bm_find_next(mdev, mdev->bm_resync_fo);
|
||||
|
||||
if (bit == -1UL) {
|
||||
if (bit == DRBD_END_OF_BITMAP) {
|
||||
mdev->bm_resync_fo = drbd_bm_bits(mdev);
|
||||
mdev->resync_work.cb = w_resync_inactive;
|
||||
put_ldev(mdev);
|
||||
|
||||
Reference in New Issue
Block a user