Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230647
b: refs/heads/master
c: 43c73ca
h: refs/heads/master
i:
  230645: f26cd99
  230643: 6ed1116
  230639: 8ab78ea
v: v3
  • Loading branch information
Jonathan Brassow authored and NeilBrown committed Jan 13, 2011
1 parent 20a307c commit 6f5506c
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: 0ca69886a8273ac1350143d562280bfcbe4760dc
refs/heads/master: 43c73ca43b3e03bb228ff9350b6b44d0e560f262
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5338,7 +5338,7 @@ static int raid5_spare_active(mddev_t *mddev)
&& !test_bit(Faulty, &tmp->rdev->flags)
&& !test_and_set_bit(In_sync, &tmp->rdev->flags)) {
count++;
sysfs_notify_dirent(tmp->rdev->sysfs_state);
sysfs_notify_dirent_safe(tmp->rdev->sysfs_state);
}
}
spin_lock_irqsave(&conf->device_lock, flags);
Expand Down

0 comments on commit 6f5506c

Please sign in to comment.