aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2025-02-26 17:57:51 +0100
committerJan Kara <jack@suse.cz>2025-02-26 18:00:24 +0100
commita7624ccdef4f020325893534914fad549e51ac83 (patch)
treeb9abc9d20952399c70890ae9bfdd3e67478e8ded
parentext2: create ext2_msg_fc for use during parsing (diff)
downloadlinux-rng-a7624ccdef4f020325893534914fad549e51ac83.tar.xz
linux-rng-a7624ccdef4f020325893534914fad549e51ac83.zip
ext2: Make ext2_params_spec static
It isn't used outside of fs/ext2/super.c. Reported-by: kernel test robot <lkp@intel.com> Fixes: eab61d3260d7 ("ext2: convert to the new mount API") Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--fs/ext2/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index 4b894d16937d..28ff47ec4be6 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -442,7 +442,7 @@ static const struct constant_table ext2_param_errors[] = {
{}
};
-const struct fs_parameter_spec ext2_param_spec[] = {
+static const struct fs_parameter_spec ext2_param_spec[] = {
fsparam_flag ("bsddf", Opt_bsd_df),
fsparam_flag ("minixdf", Opt_minix_df),
fsparam_flag ("grpid", Opt_grpid),