Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143348
b: refs/heads/master
c: 9481ffd
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Apr 15, 2009
1 parent 080c2b0 commit 5b709fb
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: 2d870722965211de072bb36b446a4df99dae07e1
refs/heads/master: 9481ffdc61738a91baf0f8b7fb20922768ae1b8e
2 changes: 1 addition & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ static void cfq_arm_slice_timer(struct cfq_data *cfqd)
sl = min(sl, msecs_to_jiffies(CFQ_MIN_TT));

mod_timer(&cfqd->idle_slice_timer, jiffies + sl);
cfq_log(cfqd, "arm_idle: %lu", sl);
cfq_log_cfqq(cfqd, cfqq, "arm_idle: %lu", sl);
}

/*
Expand Down

0 comments on commit 5b709fb

Please sign in to comment.