commit | 65c527b985df700cf7416f4cc1642681aaaf5253 | [log] [tgz] |
---|---|---|
author | David Wittman <dwittman@gmail.com> | Tue Aug 01 23:19:51 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 18 17:16:51 2017 -0700 |
tree | 8a488e46f5ad6969e101b8a12896bf42cbaad0c9 | |
parent | d88727b57335cf712ea6e327db1a72f9786ceafc [diff] |
staging: lustre: declare fiemap_for_stripe static Declare fiemap_for_stripe as static to fix sparse warnings: > warning: symbol 'fiemap_for_stripe' was not declared. Should it be > static? Signed-off-by: David Wittman <dwittman@gmail.com> Acked-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>