Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292792
b: refs/heads/master
c: 4474ca4
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed Mar 19, 2012
1 parent 94bf4e0 commit 667c712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c744a65c1e2d59acc54333ce80a5b0702a98010b
refs/heads/master: 4474ca42e2577563a919fd3ed782e2ec55bf11a2
2 changes: 2 additions & 0 deletions trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,8 @@ location_store(struct mddev *mddev, const char *buf, size_t len)
if (mddev->pers) {
mddev->pers->quiesce(mddev, 1);
rv = bitmap_create(mddev);
if (!rv)
rv = bitmap_load(mddev);
if (rv) {
bitmap_destroy(mddev);
mddev->bitmap_info.offset = 0;
Expand Down

0 comments on commit 667c712

Please sign in to comment.