]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix arc__wait__for__eviction tracepoint
authorPavel Snajdr <snajpa@snajpa.net>
Tue, 4 Aug 2020 17:04:00 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 17:04:00 +0000 (10:04 -0700)
commit309d20882fbc3c3a870a6c7c58ba95503c12b254
treead91677b06a7084fcdd3709501cfd5b8dbcce74b
parentf1de1600d132666d03b3b73a2ab62695a0f60ead
Fix arc__wait__for__eviction tracepoint

3442c2a02d added new `arc_wait_for_eviction` tracepoint, which fails to
compile, when tracepoints are enabled.

The tracepoint definition begins with `DEFINE_ARC_WAIT_FOR_EVICTION_EVENT`
and is a multi-line definition, so this fixes the backslash
and parenthesis accordingly.

Reviewed-by: Matt Ahrens <matt@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Pavel Snajdr <snajpa@snajpa.net>
Closes #10669
include/os/linux/zfs/sys/trace_arc.h