Files
linux-stable-mirror/fs
Gui-Dong Han 929667e8e8 debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()
[ Upstream commit 4afc929c0f ]

The EXPORT_SYMBOL_GPL() for debugfs_create_str was placed incorrectly
away from the function definition. Move it immediately below the
debugfs_create_str() function where it belongs.

Fixes: d60b59b967 ("debugfs: Export debugfs_create_str symbol")
Signed-off-by: Gui-Dong Han <hanguidong02@gmail.com>
Link: https://patch.msgid.link/20260323085930.88894-3-hanguidong02@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-05-23 13:04:20 +02:00
..
2026-03-04 07:20:52 -05:00
2026-03-04 07:21:10 -05:00
2026-01-08 10:14:49 +01:00
2026-01-17 16:31:15 +01:00
2025-10-29 14:08:51 +01:00
2026-01-08 10:13:54 +01:00
2026-01-08 10:14:49 +01:00
2026-03-13 17:20:36 +01:00