]> 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)
commit5f7b0c57decbf2610d38b29ffa0fc79466e2e327
tree68e5a5a4ee1960809358c57ac0da10e1122f5213
parentf695aff0465a4c457c0b6039924ff1d6479f5fff
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