]> git.ipfire.org Git - thirdparty/linux.git/commit
coredump: move pipe specific file check into coredump_pipe()
authorChristian Brauner <brauner@kernel.org>
Thu, 12 Jun 2025 13:25:28 +0000 (15:25 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 7 Jul 2025 10:24:50 +0000 (12:24 +0200)
commit5153053692987035a82bb4a6714ea12a5bd2bfdc
treebdf64d4ad01d5501265805142def92a5c383b8de
parent9f29a347d7b1b2022dfc6e5a93d4f2a7b34f5d4d
coredump: move pipe specific file check into coredump_pipe()

There's no point in having this eyesore in the middle of vfs_coredump().

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