]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: mark bool_names static
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Feb 2026 06:50:01 +0000 (07:50 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Feb 2026 13:34:26 +0000 (14:34 +0100)
commit0d799df5b147e08828887fe7299efd7a9e0eea40
treef4ef429f84988fd59c5899a1cfe4cc3f8d5ff064
parentf08fe8891c3eeb63b73f9f1f6d97aa629c821579
fs: mark bool_names static

The bool_names array is only used in fs_parser.c so mark it static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260219065014.3550402-2-hch@lst.de
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fs_parser.c
include/linux/fs_parser.h