Whamcloud - gitweb
LU-8056 lprocfs: treat seq_printf as void function 53/21453/2
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 20 Jul 2016 20:31:48 +0000 (16:31 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 27 Jul 2016 03:02:30 +0000 (03:02 +0000)
commit008b5ffc75a22859ebe052d381594de7a51d95f5
tree7993c4c4038d0e55c036a51dc0b99b4b40282564
parente1cf0bdf5df70824c92586ca46e36088e80215d5
LU-8056 lprocfs: treat seq_printf as void function

In newer kernels seq_printf is a void function. Some
of the seq_printf handle server side missed being
updated to treat seq_printf as a void function.

Change-Id: Icfd2f83ad4cd143eac228ed3d50beff533fcfe44
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/21453
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Kit Westneat <kit.westneat@gmail.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ofd/lproc_ofd.c
lustre/ptlrpc/nodemap_lproc.c
lustre/quota/qmt_pool.c