Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;