coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhere
authorFranck Bui <fbui@suse.com>
Fri, 28 Jun 2019 04:52:07 +0000 (06:52 +0200)
committerFranck Bui <fbui@suse.com>
Tue, 16 Jul 2019 15:39:19 +0000 (17:39 +0200)
commitf8540bde72df3dab520a510048bcb3cc565b94d8
treef24640e9f8ed70f67c8edd3f114112a6ab7c4779
parent0f44806d8e1e0a8348d6c28951b0ed0b4cae963a
coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhere

'input_fd' variable name is used mostly everywhere except in process_socket()
where it's named 'coredump_fd', which is pretty confusing since 'coredump_fd'
is used for the coredump filename in submit_coredump().

So let's use 'input_fd' consistently as name for the pipe fd passed by the
kernel.

No functional changes.
src/coredump/coredump.c