commit | 12e397cdfba7e1a2dead072dba3e7bb21905f6c7 | [log] [tgz] |
---|---|---|
author | Le Tan <tamlok@live.com> | Wed Feb 11 12:13:14 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 17:28:34 2015 -0800 |
tree | 3c1b79772c40ab9f6ee670efb8a6ecf0fa577a9f | |
parent | 43a9a85aa1ca14f5c477eb1ecadd54ebe1f4b6da [diff] |
staging: lustre: resolves sparse warnings using static declaration This patch resolves sparse warnings about non-declared symbol in staging/lustre/lustre/lov by adding static declaration. These warnings are like this: warning: symbol 'fiemap_calc_fm_end_offset' was not declared. Should it be static? Signed-off-by: Le Tan <tamlok@live.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>