Skip to content

Commit

Permalink
ext2: Make ext2_params_spec static
Browse files Browse the repository at this point in the history
It isn't used outside of fs/ext2/super.c.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: eab61d3 ("ext2: convert to the new mount API")
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Jan Kara committed Feb 26, 2025
1 parent 98f18c7 commit a7624cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a7624cc

Please sign in to comment.