Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213149
b: refs/heads/master
c: f65363c
h: refs/heads/master
i:
  213147: cce26bc
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Oct 14, 2010
1 parent 2a6de32 commit 4a86ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8979d9c9e0bc8e54cf5bd7a89abb2145f087b5e1
refs/heads/master: f65363cfa05fe60874030461a0eeb84b7e60cba4
4 changes: 3 additions & 1 deletion trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,10 @@ static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
drbd_free_bc(mdev->ldev);
mdev->ldev = NULL;);

if (mdev->md_io_tmpp)
if (mdev->md_io_tmpp) {
__free_page(mdev->md_io_tmpp);
mdev->md_io_tmpp = NULL;
}
}

/* Disks got bigger while they were detached */
Expand Down

0 comments on commit 4a86ff3

Please sign in to comment.