Whamcloud - gitweb
LU-10185 gnilnd: treat seq_printf as void function 93/29893/4
authorChris Horn <hornc@cray.com>
Wed, 14 Jun 2017 19:04:37 +0000 (14:04 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 22 Dec 2017 07:04:03 +0000 (07:04 +0000)
commitfb5603ffccd283d7046128b2d1cb9139c9597f17
treeb1fc2992bffb53234bfd8212aee818d2be39f0ad
parenta05fcba379017554afe0a6ffba93dccb2bf7c820
LU-10185 gnilnd: treat seq_printf as void function

Starting with the 4.3 linux kernel seq_printf is a void
function not returning the character count. Earlier cleanups
did not update all of gnilnd to accomodate this change
when they updated the rest of Lustre. This change takes
care of what was missed.

Test-parameters: trivial

Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: Ie76c1cc7578cb5919a1f2aca6fb15fd8b75882c1
Reviewed-on: https://review.whamcloud.com/29893
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Doug Oucharek <dougso@me.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/klnds/gnilnd/gnilnd_proc.c