From: Kienan Stewart Date: Mon, 5 Feb 2024 13:52:29 +0000 (-0500) Subject: Fix: ext4_discard_preallocations changed in linux 6.8.0-rc3 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=2da4de37de6382b4440737fdf4320e08a089afcd;hp=2da4de37de6382b4440737fdf4320e08a089afcd;p=lttng-modules.git Fix: ext4_discard_preallocations changed in linux 6.8.0-rc3 See upstream commit: commit f0e54b6087de9571ec61c189d6c378b81edbe3b2 Author: Kemeng Shi Date: Fri Jan 5 17:21:02 2024 +0800 ext4: remove 'needed' in trace_ext4_discard_preallocations As 'needed' to trace_ext4_discard_preallocations is always 0 which is meaningless. Just remove it. Change-Id: Ib6b698ca553c4beebd4ca791c83bbbb927901758 Signed-off-by: Kienan Stewart Signed-off-by: Mathieu Desnoyers ---