ceph: pre-allocate data structure that tracks caps flushing
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
parent
e548e9b93d
commit
f66fd9f095
9 changed files with 103 additions and 16 deletions
|
|
@ -174,6 +174,7 @@ static inline int calc_pages_for(u64 off, u64 len)
|
|||
|
||||
extern struct kmem_cache *ceph_inode_cachep;
|
||||
extern struct kmem_cache *ceph_cap_cachep;
|
||||
extern struct kmem_cache *ceph_cap_flush_cachep;
|
||||
extern struct kmem_cache *ceph_dentry_cachep;
|
||||
extern struct kmem_cache *ceph_file_cachep;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue