]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: obdclass: remove pointless struct lustre_mount_data2
authorNeilBrown <neilb@suse.com>
Mon, 18 Dec 2017 01:13:20 +0000 (12:13 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:03:44 +0000 (16:03 +0100)
commit6939b90fe39b830281a7f5cb14b7309c6aed1f9b
tree68e5a5a4ee1960809358c57ac0da10e1122f5213
parent7f867bcea42ca08d38c4dce41556082ff52863ab
staging: lustre: obdclass: remove pointless struct lustre_mount_data2

This is used to pass a void* and NULL to lustre_fill_super().
It is easier just to pass the void*.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/obd_mount.c