Commit f6ab21b5 authored by CHANG FU CHIAO's avatar CHANG FU CHIAO Committed by Greg Kroah-Hartman

staging: lustre: add static declaration

this function is only referenced within the file
Signed-off-by: default avatarCHANG FU CHIAO <zector1030@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent deaf7e1c
...@@ -434,8 +434,8 @@ static void osc_page_delete(const struct lu_env *env, ...@@ -434,8 +434,8 @@ static void osc_page_delete(const struct lu_env *env,
osc_lru_del(osc_cli(obj), opg, true); osc_lru_del(osc_cli(obj), opg, true);
} }
void osc_page_clip(const struct lu_env *env, const struct cl_page_slice *slice, static void osc_page_clip(const struct lu_env *env,
int from, int to) const struct cl_page_slice *slice, int from, int to)
{ {
struct osc_page *opg = cl2osc_page(slice); struct osc_page *opg = cl2osc_page(slice);
struct osc_async_page *oap = &opg->ops_oap; struct osc_async_page *oap = &opg->ops_oap;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment