Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8331
b: refs/heads/master
c: 9ba0053
h: refs/heads/master
i:
  8329: 48e57de
  8327: 4b66ec5
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Sep 9, 2005
1 parent 5efc7a1 commit ebce53d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a6fb0934f923f889055152cb0b033674f627460b
refs/heads/master: 9ba00538ada7ecb4fb8bd71ba734a8eada987817
3 changes: 3 additions & 0 deletions trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,9 @@ static void bitmap_writeback_daemon(mddev_t *mddev)
err = -EINTR;
goto out;
}
if (bitmap == NULL)
/* about to be stopped. */
return;

PRINTK("%s: bitmap writeback daemon woke up...\n", bmname(bitmap));
/* wait on bitmap page writebacks */
Expand Down

0 comments on commit ebce53d

Please sign in to comment.