]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ring-buffer: Remove the unused variable bmeta
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 17 Mar 2025 01:55:24 +0000 (09:55 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 28 Mar 2025 12:39:56 +0000 (08:39 -0400)
commitde48d7fff7b4668a61c3c1d13ca0f6a6b3995519
tree949a834e386b7e3b434f339cb844cf69dc27393b
parent486fbcb3806c0c7a5dbeea326c4a146fd4ed4eff
ring-buffer: Remove the unused variable bmeta

Variable bmeta is not effectively used, so delete it.

kernel/trace/ring_buffer.c:1952:27: warning: variable ‘bmeta’ set but not used.

Link: https://lore.kernel.org/20250317015524.3902-1-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19524
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ring_buffer.c