staging: lustre: add static declaration

this function is only referenced within the file

Signed-off-by: CHANG FU CHIAO <zector1030@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
CHANG FU CHIAO 2016-02-06 13:57:48 +08:00 committed by Greg Kroah-Hartman
parent deaf7e1cc6
commit f6ab21b546
1 changed files with 2 additions and 2 deletions

View File

@ -434,8 +434,8 @@ static void osc_page_delete(const struct lu_env *env,
osc_lru_del(osc_cli(obj), opg, true);
}
void osc_page_clip(const struct lu_env *env, const struct cl_page_slice *slice,
int from, int to)
static void osc_page_clip(const struct lu_env *env,
const struct cl_page_slice *slice, int from, int to)
{
struct osc_page *opg = cl2osc_page(slice);
struct osc_async_page *oap = &opg->ops_oap;