Commit 53eab8e
committed
block: don't clear REQ_ALLOC_CACHE for non-polled requests
Since commit:
b99182c ("bio: add pcpu caching for non-polling bio_put")
we support bio caching for IRQ based IO as well, hence there's no need
to manually clear REQ_ALLOC_CACHE if we disable polling on a request.
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>1 parent d36a9ea commit 53eab8e
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
786 | | - | |
| 785 | + | |
787 | 786 | | |
788 | 787 | | |
789 | 788 | | |
| |||
0 commit comments