Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161210
b: refs/heads/master
c: 37867ae
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Sep 11, 2009
1 parent d44e19f commit 5e289ad
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1badcfbd7febd33f71fc02bda9112bd25e9c294b
refs/heads/master: 37867ae7c549c58d44337e27738577ed8b7cd753
4 changes: 3 additions & 1 deletion trunk/block/blk-iopoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
int blk_iopoll_enabled = 1;
EXPORT_SYMBOL(blk_iopoll_enabled);

static unsigned int blk_iopoll_budget __read_mostly = 256;

static DEFINE_PER_CPU(struct list_head, blk_cpu_iopoll);

/**
Expand Down Expand Up @@ -78,8 +80,8 @@ EXPORT_SYMBOL(blk_iopoll_complete);
static void blk_iopoll_softirq(struct softirq_action *h)
{
struct list_head *list = &__get_cpu_var(blk_cpu_iopoll);
int rearm = 0, budget = blk_iopoll_budget;
unsigned long start_time = jiffies;
int rearm = 0, budget = 64;

local_irq_disable();

Expand Down

0 comments on commit 5e289ad

Please sign in to comment.