Whamcloud - gitweb
LU-9085 llstat: don't use a hash as a reference 20/25320/5
authorEmoly Liu <emoly.liu@intel.com>
Wed, 8 Feb 2017 08:07:30 +0000 (16:07 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 26 Mar 2017 06:50:29 +0000 (06:50 +0000)
commit12cf5f937c64f5b751d1890511e23a1903718d3d
tree60092c7be2a04f6160ff179f235e0aacd985ac23
parentee25babfe72378f9496a9732742984f26eb7d4a5
LU-9085 llstat: don't use a hash as a reference

This patch is to fix "Using a hash as a reference is deprecated"
in llstat file. In the newer perl version, we should use "$xxx"
instead of "%xxx" for a hash reference.

Signed-off-by: Emoly Liu <emoly.liu@intel.com>
Change-Id: I67a1d1e365076b412550de775b115ac373589c60
Reviewed-on: https://review.whamcloud.com/25320
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/llstat [changed mode: 0644->0755]