Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55945
b: refs/heads/master
c: 435b71b
h: refs/heads/master
i:
  55943: 63010f4
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed May 11, 2007
1 parent b2acd18 commit 84638c7
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: 11fe250d89cdce3d6bb43bd674f3dcdcaa78dbc8
refs/heads/master: 435b71be20f2ad3688acd94c05e968e029464d60
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -5103,7 +5103,7 @@ static int is_mddev_idle(mddev_t *mddev)
*
* Note: the following is an unsigned comparison.
*/
if ((curr_events - rdev->last_events + 4096) > 8192) {
if ((long)curr_events - (long)rdev->last_events > 4096) {
rdev->last_events = curr_events;
idle = 0;
}
Expand Down

0 comments on commit 84638c7

Please sign in to comment.