fs_parser: remove fs_parameter_description name field

Unused now.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Eric Sandeen
2019-12-06 10:45:01 -06:00
committed by Al Viro
부모 cc3c0b533a
커밋 96cafb9ccb
26개의 변경된 파일11개의 추가작업 그리고 44개의 파일을 삭제

파일 보기

@@ -291,7 +291,6 @@ static const struct fs_parameter_spec ceph_param_specs[] = {
};
static const struct fs_parameter_description ceph_parameters = {
.name = "libceph",
.specs = ceph_param_specs,
};