From: Michael Jeanson Date: Thu, 7 Jan 2021 17:01:40 +0000 (-0500) Subject: fix: block: remove the request_queue argument to the block_bio_remap tracepoint ... X-Git-Tag: v2.13.0-rc1~61 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=5ef5f89155bc0c8dd4f8cfa12e9ba2f345fe7ef2;hp=5ef5f89155bc0c8dd4f8cfa12e9ba2f345fe7ef2;p=lttng-modules.git fix: block: remove the request_queue argument to the block_bio_remap tracepoint (v5.11) See upstream commit: commit 1c02fca620f7273b597591065d366e2cca948d8f Author: Christoph Hellwig Date: Thu Dec 3 17:21:38 2020 +0100 block: remove the request_queue argument to the block_bio_remap tracepoint The request_queue can trivially be derived from the bio. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Ic49a9c9ebeea37e4ec79c736382293a6c9ce86d3 ---