From 7f3142d2fafc7e277ca0842b7fa8ca70a0cb620f Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 16 May 2006 17:03:17 +0000 Subject: [PATCH] lu_object_alloc(): add static --- lustre/obdclass/lu_object.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/lu_object.c b/lustre/obdclass/lu_object.c index fc1be62..23896b1 100644 --- a/lustre/obdclass/lu_object.c +++ b/lustre/obdclass/lu_object.c @@ -99,8 +99,9 @@ EXPORT_SYMBOL(lu_object_put); * This follows object creation protocol, described in the comment within * struct lu_device_operations definition. */ -struct lu_object *lu_object_alloc(struct lu_context *ctxt, - struct lu_site *s, const struct lu_fid *f) +static struct lu_object *lu_object_alloc(struct lu_context *ctxt, + struct lu_site *s, + const struct lu_fid *f) { struct lu_object *scan; struct lu_object *top; -- 1.8.3.1