commit | 533e80b1ea709577ec5cf73b8b566569bc711259 | [log] [tgz] |
---|---|---|
author | Chen Weixiang <weixiangx.chen@outlook.com> | Thu Feb 05 21:24:41 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 07 17:41:12 2015 +0800 |
tree | 2fad7ff98dd0796b9981392d08bbd61fee1162a9 | |
parent | 21fa7be013a66a5521bd2f7c83c9e357cafb091f [diff] |
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>