Whamcloud - gitweb
LU-5329 mgs: Remove nibtbl swab code for 2.2 clients 10/12010/3
authorJames Nunez <james.a.nunez@intel.com>
Mon, 22 Sep 2014 22:50:59 +0000 (16:50 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 11 Nov 2014 11:50:51 +0000 (11:50 +0000)
commitf0c919b7c1895134665680a816a36eeaac59841d
treebcebb9b029a51ebbc746a9fad1e2acb44bee022c
parentdd918fb51ed8ba180f888a242df20e5a4af29af2
LU-5329 mgs: Remove nibtbl swab code for 2.2 clients

Remove obsolete code that allows compatibility with
Lustre 2.2 clients.

Due to a bug, Lustre 2.2 clients always swab nidtbl
entries even if the server and client are using the
same endian. The fix was to allow the servers to do
the swabbing for the client.

Now, clients will do the swabbing.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I420ca986c0a68343be07272bb419cbdb1cebf148
Reviewed-on: http://review.whamcloud.com/12010
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
lustre/ldlm/ldlm_lib.c
lustre/mgs/mgs_nids.c