Whamcloud - gitweb
LU-5596 lnet: Remove obsolete LNET variable 25/11825/3
authorJames Nunez <james.a.nunez@intel.com>
Mon, 8 Sep 2014 23:08:14 +0000 (17:08 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 15 Sep 2014 16:54:22 +0000 (16:54 +0000)
commit7ac8b9152fc910659906f9c355bcaa76996680de
tree78c6e8dd0a3ed4bbb070f0648f52a4f826415494
parent3c24487d1cc7af1011914c92c893dc5d4663f7a5
LU-5596 lnet: Remove obsolete LNET variable

For Lustre version 2.6.50 and later, the variable
session_features is defined as "LST_FEATS_MASK". For
earlier versions of Lustre, the same variable is defined
as "LST_FEATS_EMPTY.

Since Lustre master is at 2.6.52 or later, the second
definition of "session_features" can be removed.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I52e7a914880509cfcd4961032ab7775bbaf626a8
Reviewed-on: http://review.whamcloud.com/11825
Tested-by: Jenkins
Reviewed-by: Isaac Huang <he.huang@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/utils/lst.c