Whamcloud - gitweb
LU-4423 lnet: Drop unnecessary wrapper function in lnetselftest console.c 51/18951/2
authorShraddha Barke <shraddha.6596@gmail.com>
Wed, 16 Mar 2016 15:41:12 +0000 (11:41 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 23 Mar 2016 06:03:34 +0000 (06:03 +0000)
commitc84113978d2803cb70398fe10297337d1ecf08fc
treea783920518478d75bacb1d2f33b22a909aaa016c
parent7cc486b0a9e5000f8a4a130ce0ba7288cde585d7
LU-4423 lnet: Drop unnecessary wrapper function in lnetselftest console.c

Remove the function lstcon_group_put() and replace all its calls with the
function lstcon_group_decref() because the former function just
performs the job of calling the latter.

Linux-commit : 33db686a22e502ba127138912814e8468ac51ed6

Change-Id: Id12aee41286fd46beb5f96f09dcc50b7e636e93e
Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/18951
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/selftest/console.c