]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:36:30 +0000 (08:36 +0100)
commit75225eee871585983b2c6c8c19a6585f7449781b
tree635c9a3dd119cb206da123ae6c5dbee03dfe5020
parent8be3ac46ef80d9d9923a3367889300d0c9b9f76e
tracing: Fix tracing_stat return values in error handling paths

[ Upstream commit afccc00f75bbbee4e4ae833a96c2d29a7259c693 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/trace/trace_stat.c