Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345673
b: refs/heads/master
c: 7527455
h: refs/heads/master
i:
  345671: 2547e21
v: v3
  • Loading branch information
xiaobing tu authored and Jens Axboe committed Dec 9, 2012
1 parent f1ddc0b commit cca6b78
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: 5f6f38dbb0fc8518b19542b0ad0739a8a95f05a1
refs/heads/master: 75274551c81796b636c5acb0c2597dec7ec2e6c4
2 changes: 1 addition & 1 deletion trunk/block/deadline-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static inline int deadline_check_fifo(struct deadline_data *dd, int ddir)
/*
* rq is expired!
*/
if (time_after(jiffies, rq_fifo_time(rq)))
if (time_after_eq(jiffies, rq_fifo_time(rq)))
return 1;

return 0;
Expand Down

0 comments on commit cca6b78

Please sign in to comment.