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)
3475
3475
return 0 ;
3476
3476
3477
3477
unsupported_parameter :
3478
- return invalf (fc , "tmpfs: Unsupported parameter '%s'" , param -> key );
3478
+ return invalfc (fc , "Unsupported parameter '%s'" , param -> key );
3479
3479
bad_value :
3480
- return invalf (fc , "tmpfs: Bad value for '%s'" , param -> key );
3480
+ return invalfc (fc , "Bad value for '%s'" , param -> key );
3481
3481
}
3482
3482
3483
3483
static int shmem_parse_options (struct fs_context * fc , void * data )
@@ -3583,7 +3583,7 @@ static int shmem_reconfigure(struct fs_context *fc)
3583
3583
return 0 ;
3584
3584
out :
3585
3585
spin_unlock (& sbinfo -> stat_lock );
3586
- return invalf (fc , "tmpfs: %s" , err );
3586
+ return invalfc (fc , "%s" , err );
3587
3587
}
3588
3588
3589
3589
static int shmem_show_options (struct seq_file * seq , struct dentry * root )
You can’t perform that action at this time.
0 commit comments