diff options
author | pengfuyuan <pengfuyuan@kylinos.cn> | 2024-06-06 15:08:42 +0300 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2024-06-14 09:57:28 +0300 |
commit | 41f590e31c6c8b8a0a490b7c1ad2e57c20ec3d9b (patch) | |
tree | e259a0d93b287042ec68fa8323a479826ec800c2 /net/unix/unix_bpf.c | |
parent | c38896ca6318c2df20bbe6c8e3f633e071fda910 (diff) | |
download | linux-41f590e31c6c8b8a0a490b7c1ad2e57c20ec3d9b.tar.xz |
arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations
Since the debugfs functions have no-op stubs for CONFIG_DEBUG_FS=n,
the compiler will optimize the rest away since they are no longer referenced.
The benefit of removing the conditional compilation is that the build
is actually tested for both CONFIG_DEBUG_FS configuration values.
Assuming most developers have it enabled, CONFIG_DEBUG_FS=n is not tested
much and may fail the build due to the conditional compilation.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240606120842.1377267-1-pengfuyuan@kylinos.cn
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions