aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShraddha Barke <[email protected]>2015-12-18 02:40:29 +0530
committerGreg Kroah-Hartman <[email protected]>2015-12-21 15:47:30 -0800
commit61db1bc4970ac896a1e08fc2214d707b68605d41 (patch)
tree33ad238dd07ab367ac3823117807b5f9ed970ecc
parent6ef3f3c736bd7f4864db5d49e7ff53aeedc75ca3 (diff)
Staging: lustre: osc: Declare osc_attr_set as static
osc_attr_set is used only in this particular file. Thus declare it as static. Signed-off-by: Shraddha Barke <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lustre/osc/osc_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/osc/osc_object.c b/drivers/staging/lustre/lustre/osc/osc_object.c
index c29a0d45ffed..fdd6219aacf6 100644
--- a/drivers/staging/lustre/lustre/osc/osc_object.c
+++ b/drivers/staging/lustre/lustre/osc/osc_object.c
@@ -158,8 +158,8 @@ static int osc_attr_get(const struct lu_env *env, struct cl_object *obj,
return 0;
}
-int osc_attr_set(const struct lu_env *env, struct cl_object *obj,
- const struct cl_attr *attr, unsigned valid)
+static int osc_attr_set(const struct lu_env *env, struct cl_object *obj,
+ const struct cl_attr *attr, unsigned valid)
{
struct lov_oinfo *oinfo = cl2osc(obj)->oo_oinfo;
struct ost_lvb *lvb = &oinfo->loi_lvb;