From: nikita Date: Tue, 16 May 2006 17:03:17 +0000 (+0000) Subject: lu_object_alloc(): add static X-Git-Tag: v1_8_0_110~486^2~1820 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7f3142d2fafc7e277ca0842b7fa8ca70a0cb620f;p=fs%2Flustre-release.git lu_object_alloc(): add static --- 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;