Whamcloud - gitweb
LU-6142 lustre: remove ldt_obd_type field of lu_device_type 76/35876/4
authorMr NeilBrown <neilb@suse.com>
Thu, 22 Aug 2019 05:05:50 +0000 (15:05 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Sep 2019 23:01:23 +0000 (23:01 +0000)
commit5274e833f5e68d094c2f5f2622994471cca08fb2
tree87bee7c826550555d57d390c151ea890a4c70e78
parente669586775c69b1840aa0d5ae977f4aefc013b01
LU-6142 lustre: remove ldt_obd_type field of lu_device_type

This field is never set, so it is always NULL.
So remove it,
 and the one place it is used,
 and a variable that now will now never be set.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.com>
Change-Id: I5530dd92b653b4259ddcbf8dc21af03a79ed255a
Reviewed-on: https://review.whamcloud.com/35876
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/lu_object.h
lustre/obdclass/lu_object.c