diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-06 14:51:57 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-06 14:51:57 (GMT) |
commit | 7f79d852ed30a06eebf7497afe9334a726db3d40 (patch) | |
tree | 0057281f17501b635d3d88cda9a14203706f5dcc /block/blk-core.c | |
parent | aef745fca016aea45adae5c98e8698904dd8ad51 (diff) | |
parent | 70bb08962ea9bd50797ae9f16b2493f5f7c65053 (diff) | |
download | linux-7f79d852ed30a06eebf7497afe9334a726db3d40.tar.xz |
Merge branch 'linus' into sched/devel
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 4889eb8..2cba5ef 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -582,6 +582,8 @@ blk_init_queue_node(request_fn_proc *rfn, spinlock_t *lock, int node_id) q->sg_reserved_size = INT_MAX; + blk_set_cmd_filter_defaults(&q->cmd_filter); + /* * all done */ |