Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189733
b: refs/heads/master
c: b2b163d
h: refs/heads/master
i:
  189731: 82a03b7
v: v3
  • Loading branch information
Philipp Reisner authored and Jens Axboe committed Apr 2, 2010
1 parent 8067f6e commit ed5fe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61917bdaaf6bea4b885525cf63f65272914f6be2
refs/heads/master: b2b163dd47024e445410b72d0c5df6d819c14dfd
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_actlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ int drbd_rs_del_all(struct drbd_conf *mdev)
/* ok, ->resync is there. */
for (i = 0; i < mdev->resync->nr_elements; i++) {
e = lc_element_by_index(mdev->resync, i);
bm_ext = e ? lc_entry(e, struct bm_extent, lce) : NULL;
bm_ext = lc_entry(e, struct bm_extent, lce);
if (bm_ext->lce.lc_number == LC_FREE)
continue;
if (bm_ext->lce.lc_number == mdev->resync_wenr) {
Expand Down

0 comments on commit ed5fe6b

Please sign in to comment.