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:
d2de2b4
)
b=16777 16776
author
yury
<yury>
Fri, 19 Sep 2008 19:01:24 +0000
(19:01 +0000)
committer
yury
<yury>
Fri, 19 Sep 2008 19:01:24 +0000
(19:01 +0000)
r=shadow, adilger, vitaly, robert
- new clas_hash and using it for connections, held locks on server, etc
lustre/lov/lov_internal.h
patch
|
blob
|
history
diff --git
a/lustre/lov/lov_internal.h
b/lustre/lov/lov_internal.h
index
102c85c
..
7796f63
100644
(file)
--- a/
lustre/lov/lov_internal.h
+++ b/
lustre/lov/lov_internal.h
@@
-306,7
+306,8
@@
static inline void lprocfs_lov_init_vars(struct lprocfs_static_vars *lvars)
#endif
/* pools */
-extern struct lustre_hash_operations pool_hash_operations;
+extern lustre_hash_ops_t pool_hash_operations;
+
/* ost_pool methods */
int lov_ost_pool_init(struct ost_pool *op, unsigned int count);
int lov_ost_pool_extend(struct ost_pool *op, unsigned int max_count);