Skip to content

Commit a7624cc

Browse files
committed
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: eab61d3 ("ext2: convert to the new mount API") Signed-off-by: Jan Kara <jack@suse.cz>
1 parent 98f18c7 commit a7624cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext2/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ static const struct constant_table ext2_param_errors[] = {
442442
{}
443443
};
444444

445-
const struct fs_parameter_spec ext2_param_spec[] = {
445+
static const struct fs_parameter_spec ext2_param_spec[] = {
446446
fsparam_flag ("bsddf", Opt_bsd_df),
447447
fsparam_flag ("minixdf", Opt_minix_df),
448448
fsparam_flag ("grpid", Opt_grpid),

0 commit comments

Comments
 (0)