diff options
author | 2025-03-05 20:47:26 +0000 | |
---|---|---|
committer | 2025-03-06 09:26:06 +0100 | |
commit | 50fb0a7f43c0ada5414a6d3e3f49e2109693c06c (patch) | |
tree | b53e9a5f0548fbe59da3f5ee7faee5371f1f3cd0 /fs/orangefs/file.c | |
parent | orangefs: Do not truncate file size (diff) | |
download | wireguard-linux-50fb0a7f43c0ada5414a6d3e3f49e2109693c06c.tar.xz wireguard-linux-50fb0a7f43c0ada5414a6d3e3f49e2109693c06c.zip |
orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.c
Attempting to build orangefs with W=1 currently reports errors like:
In file included from ../fs/orangefs/protocol.h:287,
from ../fs/orangefs/waitqueue.c:16:
../fs/orangefs/orangefs-debug.h:86:18: error: ‘num_kmod_keyword_mask_map’ defined but not used [-Werror=unused-const-variable=]
Move num_kmod_keyword_mask_map, s_kmod_keyword_mask_map and
struct __keyword_mask_s to orangefs-debugfs.c which is the only file
they're used in.
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250305204734.1475264-3-willy@infradead.org
Tested-by: Mike Marshall <hubcap@omnibond.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/orangefs/file.c')
0 files changed, 0 insertions, 0 deletions