]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
authorSu Hui <suhui@nfschina.com>
Thu, 26 Jun 2025 10:54:41 +0000 (18:54 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:57:56 +0000 (22:57 -0700)
commitad0039db42179064f9b60eab67c797f7359fdefc
treed98c2310d633e238f41c2b54918ff912947b56ae
parent37d0f07bc5a2d2736021c9090ce796b8a66571ba
fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()

There are two cleanups for vmcore_add_device_dump().  Return -ENOMEM
directly rather than goto the label to simplify the code and use
scoped_guard() to simplify the lock/unlock code.

Link: https://lkml.kernel.org/r/20250626105440.1053139-1-suhui@nfschina.com
Signed-off-by: Su Hui <suhui@nfschina.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Cc: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Suhui <suhui@nfschina.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/vmcore.c