Commit 957860c
committed
block: make struct rq_list available for !CONFIG_BLOCK
A previous commit changed how requests are linked in the plug structure,
but unlike the previous method, it uses a new type for it rather than
struct request. The latter is available even for !CONFIG_BLOCK, while
struct rq_list is now. Move it outside CONFIG_BLOCK.
Reported-by: Nathan Chancellor <[email protected]>
Fixes: a3396b9 ("block: add a rq_list type")
Signed-off-by: Jens Axboe <[email protected]>1 parent bda9c7d commit 957860c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | | - | |
1010 | 1009 | | |
1011 | 1010 | | |
1012 | 1011 | | |
1013 | 1012 | | |
1014 | 1013 | | |
| 1014 | + | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
| |||
0 commit comments