]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: lustre: libcfs: define symbols as static
authorChen Weixiang <weixiangx.chen@outlook.com>
Thu, 5 Feb 2015 13:24:41 +0000 (21:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:41:12 +0000 (17:41 +0800)
commit4eb4d6ed985016f120db1b2640a79980f5818b4e
tree2fad7ff98dd0796b9981392d08bbd61fee1162a9
parent13cead551ad1b1b0ee61c4c4ff8c8bee9ed09826
staging: lustre: lustre: libcfs: define symbols as static

This patch fixes the following warning using sparse
- warning: symbol 'libcfs_debug_mb' was not declared. Should it be
  static?
- warning: symbol 'portal_enter_debugger' was not declared. Should
  it be static?

Signed-off-by: Chen Weixiang <weixiangx.chen@outlook.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/debug.c