aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc/osc_object.c
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-12-18 02:40:29 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-21 15:47:30 -0800
commit61db1bc4970ac896a1e08fc2214d707b68605d41 (patch)
tree33ad238dd07ab367ac3823117807b5f9ed970ecc /drivers/staging/lustre/lustre/osc/osc_object.c
parentStaging: lustre: osc: Declare as static (diff)
downloadlinux-dev-61db1bc4970ac896a1e08fc2214d707b68605d41.tar.xz
linux-dev-61db1bc4970ac896a1e08fc2214d707b68605d41.zip
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 <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/osc/osc_object.c')
-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;