Whamcloud - gitweb
LU-9115 llite: buggy special handling on MULTIMODRPCS 35/25435/2
authorNiu Yawei <yawei.niu@intel.com>
Tue, 14 Feb 2017 03:04:56 +0000 (22:04 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 18 Feb 2017 23:51:25 +0000 (23:51 +0000)
commit81e010d101a667b2bc22c2caddeefd40f02a3d19
treeec768e218895272839ff3103bb668af227c1756e
parent540fcd21849788d02ddef89ecdf1492e6eff23e2
LU-9115 llite: buggy special handling on MULTIMODRPCS

There is some special handling over MULTIMODPRCS flag in
client_connect_import(), it looks unnecessary and buggy,
the MULTIMODPRCS flag would be cleared unexpectedly from
imp_connect_data on reconnect.

This patch removed the special handling code and treat
MULTIMODRPCS normally just like other flags.

Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: Icba5a1413349f7a4c61dcac0bb4a39f1d1b0128d
Reviewed-on: https://review.whamcloud.com/25435
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_lib.c