]> git.ipfire.org Git - thirdparty/linux.git/commit
coredump: move core_pipe_count to global variable
authorChristian Brauner <brauner@kernel.org>
Thu, 12 Jun 2025 13:25:26 +0000 (15:25 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 16 Jun 2025 15:01:23 +0000 (17:01 +0200)
commit4f599219f71399ac2092d2e06b2cc38e50c45c53
treedfceef598c8ca957b17ea164554ff89e5ce15bbd
parenta961c737cda8f172e108da881691cadafb9a061e
coredump: move core_pipe_count to global variable

The pipe coredump counter is a static local variable instead of a global
variable like all of the rest. Move it to a global variable so it's all
consistent.

Link: https://lore.kernel.org/20250612-work-coredump-massage-v1-12-315c0c34ba94@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/coredump.c