Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142289
b: refs/heads/master
c: 91a9e99
h: refs/heads/master
i:
  142287: 9c527b9
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed Apr 6, 2009
1 parent 7f12eb5 commit 965a726
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: bf538fe4689694b0b90d358dda91cde7b438097d
refs/heads/master: 91a9e99d76d71b1b16f422fae4bd844245f14638
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ static int raid1_congested(void *data, int bits)
/* Note the '|| 1' - when read_balance prefers
* non-congested targets, it can be removed
*/
if ((bits & (1<<BDI_write_congested)) || 1)
if ((bits & (1<<BDI_async_congested)) || 1)
ret |= bdi_congested(&q->backing_dev_info, bits);
else
ret &= bdi_congested(&q->backing_dev_info, bits);
Expand Down

0 comments on commit 965a726

Please sign in to comment.