mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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:
@@ -187,7 +187,6 @@ static const struct fs_parameter_spec ramfs_param_specs[] = {
|
||||
};
|
||||
|
||||
const struct fs_parameter_description ramfs_fs_parameters = {
|
||||
.name = "ramfs",
|
||||
.specs = ramfs_param_specs,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user