Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bd090
)
lu_object_alloc(): add static
author
nikita
<nikita>
Tue, 16 May 2006 17:03:17 +0000
(17:03 +0000)
committer
nikita
<nikita>
Tue, 16 May 2006 17:03:17 +0000
(17:03 +0000)
lustre/obdclass/lu_object.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/lu_object.c
b/lustre/obdclass/lu_object.c
index
fc1be62
..
23896b1
100644
(file)
--- 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;