Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375039
b: refs/heads/master
c: acb7aa0
h: refs/heads/master
i:
  375037: cfe853e
  375035: fa9a6d8
  375031: 63aec06
  375023: 2ce3a1e
  375007: 45385aa
  374975: e2cd586
  374911: 65189e4
  374783: 3c01f5a
v: v3
  • Loading branch information
Arjan van de Ven authored and Matthew Wilcox committed Apr 16, 2013
1 parent ef96e16 commit 2cd547f
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: 5d0f6131a79adfa1fb51309c5f81a2a4ef879dd4
refs/heads/master: acb7aa0db09b8abd38abeb84334a8a27a52fbb1b
2 changes: 1 addition & 1 deletion trunk/drivers/block/nvme-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ static int nvme_kthread(void *data)
}
spin_unlock(&dev_list_lock);
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(HZ);
schedule_timeout(round_jiffies_relative(HZ));
}
return 0;
}
Expand Down

0 comments on commit 2cd547f

Please sign in to comment.