File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3475,9 +3475,9 @@ static int shmem_parse_one(struct fs_context *fc, struct fs_parameter *param)
34753475 return 0 ;
34763476
34773477unsupported_parameter :
3478- return invalf (fc , "tmpfs: Unsupported parameter '%s'" , param -> key );
3478+ return invalfc (fc , "Unsupported parameter '%s'" , param -> key );
34793479bad_value :
3480- return invalf (fc , "tmpfs: Bad value for '%s'" , param -> key );
3480+ return invalfc (fc , "Bad value for '%s'" , param -> key );
34813481}
34823482
34833483static int shmem_parse_options (struct fs_context * fc , void * data )
@@ -3583,7 +3583,7 @@ static int shmem_reconfigure(struct fs_context *fc)
35833583 return 0 ;
35843584out :
35853585 spin_unlock (& sbinfo -> stat_lock );
3586- return invalf (fc , "tmpfs: %s" , err );
3586+ return invalfc (fc , "%s" , err );
35873587}
35883588
35893589static int shmem_show_options (struct seq_file * seq , struct dentry * root )
You can’t perform that action at this time.
0 commit comments