infra: remove unused remote fields

This commit is contained in:
Thomas Schoebel-Theuer 2020-09-23 12:21:09 +02:00
parent 5e39f44a62
commit 98ba4c24e1
1 changed files with 0 additions and 5 deletions

View File

@ -92,11 +92,6 @@ const struct meta mars_dent_meta[] = {
META_INI_SUB(old_stat,struct mars_dent, mars_kstat_meta),
META_INI(new_link, struct mars_dent, FIELD_STRING),
META_INI(old_link, struct mars_dent, FIELD_STRING),
META_INI(d_args, struct mars_dent, FIELD_STRING),
META_INI(d_argv[0], struct mars_dent, FIELD_STRING),
META_INI(d_argv[1], struct mars_dent, FIELD_STRING),
META_INI(d_argv[2], struct mars_dent, FIELD_STRING),
META_INI(d_argv[3], struct mars_dent, FIELD_STRING),
{}
};
EXPORT_SYMBOL_GPL(mars_dent_meta);