staging: lustre: declare fiemap_for_stripe static
authorDavid Wittman <dwittman@gmail.com>
Wed, 2 Aug 2017 04:19:51 +0000 (23:19 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Aug 2017 00:16:51 +0000 (17:16 -0700)
commit65c527b985df700cf7416f4cc1642681aaaf5253
tree8a488e46f5ad6969e101b8a12896bf42cbaad0c9
parentd88727b57335cf712ea6e327db1a72f9786ceafc
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>
drivers/staging/lustre/lustre/lov/lov_object.c