From: Michael Jeanson Date: Tue, 7 Mar 2023 16:26:25 +0000 (-0500) Subject: fix: btrfs: pass find_free_extent_ctl to allocator tracepoints (v6.3) X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f39b4a3cbff6d286025bd692aaa24ae6f8efb40b;hp=f39b4a3cbff6d286025bd692aaa24ae6f8efb40b;p=lttng-modules.git fix: btrfs: pass find_free_extent_ctl to allocator tracepoints (v6.3) See upstream commit : commit cfc2de0fce015d4249c674ef9f5e0b4817ba5c53 Author: Boris Burkov Date: Thu Dec 15 16:06:31 2022 -0800 btrfs: pass find_free_extent_ctl to allocator tracepoints The allocator tracepoints currently have a pile of values from ffe_ctl. In modifying the allocator and adding more tracepoints, I found myself adding to the already long argument list of the tracepoints. It makes it a lot simpler to just send in the ffe_ctl itself. Change-Id: Iab4132a9d3df3a6369591a50fb75374b1e399fa4 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---