Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146986
b: refs/heads/master
c: 9eb55b0
h: refs/heads/master
v: v3
  • Loading branch information
Nikanth Karthikesan authored and Jens Axboe committed Apr 28, 2009
1 parent 3f6547b commit a466c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c69d48540c201394d08cb4d48b905e001313d9b8
refs/heads/master: 9eb55b030c4b3227334ee4482402096cd1d1a6fe
3 changes: 3 additions & 0 deletions trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,9 @@ EXPORT_SYMBOL(kblockd_schedule_work);

int __init blk_dev_init(void)
{
BUILD_BUG_ON(__REQ_NR_BITS > 8 *
sizeof(((struct request *)0)->cmd_flags));

kblockd_workqueue = create_workqueue("kblockd");
if (!kblockd_workqueue)
panic("Failed to create kblockd\n");
Expand Down

0 comments on commit a466c82

Please sign in to comment.