Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14731
b: refs/heads/master
c: 700e432
h: refs/heads/master
i:
  14729: b52f26c
  14727: 352b017
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Nov 28, 2005
1 parent b9ee20a commit 6f05883
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 22dfdf5212e5864b844f629736fb993d4611f190
refs/heads/master: 700e432d8364ce59c521abbe03a522051610ebc2
2 changes: 2 additions & 0 deletions trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,9 @@ static void raid5d (mddev_t *mddev)

if (conf->seq_flush - conf->seq_write > 0) {
int seq = conf->seq_flush;
spin_unlock_irq(&conf->device_lock);
bitmap_unplug(mddev->bitmap);
spin_lock_irq(&conf->device_lock);
conf->seq_write = seq;
activate_bit_delay(conf);
}
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/md/raid6main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,9 @@ static void raid6d (mddev_t *mddev)

if (conf->seq_flush - conf->seq_write > 0) {
int seq = conf->seq_flush;
spin_unlock_irq(&conf->device_lock);
bitmap_unplug(mddev->bitmap);
spin_lock_irq(&conf->device_lock);
conf->seq_write = seq;
activate_bit_delay(conf);
}
Expand Down

0 comments on commit 6f05883

Please sign in to comment.