]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita84ec2afd5c3bf049059ee2b086f23f3bbfae6aa
tree82289dd504749480bd67e70d14e7134b22679e34
parent1eb7821e0153d6691c34d91735ff06701fbc19a9
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