From: Michael Jeanson Date: Mon, 18 Jun 2018 18:53:18 +0000 (-0400) Subject: Fix: btrfs: use fs_info for btrfs_handle_em_exist tracepoint X-Git-Tag: v2.11.0-rc1~18 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=354b979009cacb3acd9e669b13d168aeeb3202fa;hp=354b979009cacb3acd9e669b13d168aeeb3202fa;p=lttng-modules.git Fix: btrfs: use fs_info for btrfs_handle_em_exist tracepoint See upstream commit: commit f46b24c9457143a367c6707eac82d546e2bcf280 Author: David Sterba Date: Tue Apr 3 21:45:57 2018 +0200 btrfs: use fs_info for btrfs_handle_em_exist tracepoint We really want to know to which filesystem the extent map events belong, but as it cannot be reached from the extent_map pointers, we need to pass it down the callchain. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---