Whamcloud - gitweb
LU-12514 obdclass: remove pointless struct lustre_mount_data2 26/35426/7
authorNeilBrown <neilb@suse.com>
Wed, 2 Oct 2019 15:26:10 +0000 (11:26 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 20 Dec 2019 03:25:58 +0000 (03:25 +0000)
commit99d616ca3d7df510c2375c15596a68b98f61cd37
tree3b2348fd21b0624c402be6c94a4c8357f0ee9475
parente40b008e8877c3345347500d10af07abd8651d56
LU-12514 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*. The "NULL" passed is
sometimes a "struct vfsmount". This pointer is passed to
ll_fill_super() which then passes it to client_common_fill_super()
that just ignores it.

Linux-commit: 998831a00192a38a9f1425b2fb2d6faf3e34e665

Change-Id: If5e229d80c08b7c16e89d11a03fc766584c24f7c
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-on: https://review.whamcloud.com/35426
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/obdclass/obd_mount.c