Whamcloud - gitweb
LU-9152 mgc: Remove unnecessary checks for config_log_put() 54/25854/4
authorSteve Guminski <stephenx.guminski@intel.com>
Mon, 6 Mar 2017 21:05:22 +0000 (16:05 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 28 Apr 2017 20:24:09 +0000 (20:24 +0000)
commitffde9ae4784fdb045eae8438aa0c179db6172232
treefc9af657bf8706b65b7fb00fedfaa3eaeaf90dbd
parentfc7c513b4cbcc8775076f6490f2df03b52cf4051
LU-9152 mgc: Remove unnecessary checks for config_log_put()

Because config_log_put() now checks if its parameter is NULL, it
is unnecessary to perform the check prior to calling it.  This patch
removes the redundant checks.

Signed-off-by: Steve Guminski <stephenx.guminski@intel.com>
Change-Id: Id6b1fccebd5bc53a29bc364b9a3c47956649920a
Reviewed-on: https://review.whamcloud.com/25854
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
lustre/mgc/mgc_request.c