]> asedeno.scripts.mit.edu Git - linux.git/commit
tools lib api: The tracing_mnt variable doesn't need to be global
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 16 May 2018 19:20:12 +0000 (16:20 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 16 May 2018 19:20:12 +0000 (16:20 -0300)
commit00a6270361c025bfaae1d70ef1b596d182e05e8a
treee5041987ecc7566cfbf75c0a3ab84d216d4f1f40
parentd01bd1ac920e98e2a64f6bb5adf907180e0aaac7
tools lib api: The tracing_mnt variable doesn't need to be global

Its only used in the file it is defined, so just make it static.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-p5x29u6mq2ml3mtnbg9844ad@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/api/fs/tracing_path.c