staging/lustre/obdclass: Remove unused nid_hash
authorOleg Drokin <green@linuxhacker.ru>
Tue, 29 Sep 2015 03:44:08 +0000 (23:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 13:22:27 +0000 (15:22 +0200)
commit706d263ffaad264f72a3b4dbbc4b904aec87352d
tree82289dd504749480bd67e70d14e7134b22679e34
parent072b36e13e766e715944ead0ee35d131ecee0071
staging/lustre/obdclass: Remove unused nid_hash

nid_hash is used on export to faster find clients based on
their NID. There's no use for that on the client.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_export.h
drivers/staging/lustre/lustre/include/obd.h
drivers/staging/lustre/lustre/obdclass/genops.c
drivers/staging/lustre/lustre/obdclass/obd_config.c