]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tracing: Fix tracing_stat return values in error handling paths
authorLuis Henriques <luis.henriques@canonical.com>
Tue, 9 Sep 2014 21:49:41 +0000 (22:49 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 22 May 2020 20:19:34 +0000 (21:19 +0100)
commitf9f06c52359ad1acb7ac4c81466d652c9f06fc64
treeb101115af97ed0b7b193e36c04a03fb31eb3b5ff
parent153e1d6d38d491ada8f0a0205c51bdd790ccac2c
tracing: Fix tracing_stat return values in error handling paths

commit afccc00f75bbbee4e4ae833a96c2d29a7259c693 upstream.

tracing_stat_init() was always returning '0', even on the error paths.  It
now returns -ENODEV if tracing_init_dentry() fails or -ENOMEM if it fails
to created the 'trace_stat' debugfs directory.

Link: http://lkml.kernel.org/r/1410299381-20108-1-git-send-email-luis.henriques@canonical.com
Fixes: ed6f1c996bfe4 ("tracing: Check return value of tracing_init_dentry()")
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
[ Pulled from the archeological digging of my INBOX ]
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
[bwh: Backported to 3.16: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
kernel/trace/trace_stat.c