Commit a7624ccd authored by Jan Kara's avatar Jan Kara
Browse files

ext2: Make ext2_params_spec static



It isn't used outside of fs/ext2/super.c.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Fixes: eab61d32 ("ext2: convert to the new mount API")
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 98f18c76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),