diff options
author | Chengguang Xu <cgxu519@icloud.com> | 2018-02-24 13:35:29 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-04-02 11:12:46 +0300 |
commit | e327ce068518e38c0182739e879b9dce477c8d85 (patch) | |
tree | a727fff9856f7a0a6497c1425372056498cd4fc5 /fs/utimes.c | |
parent | b884014a91a49ed0e7198d276b28887cc48363bd (diff) | |
download | linux-e327ce068518e38c0182739e879b9dce477c8d85.tar.xz |
ceph: optimizing cap allocation
When setting high volume of caps_min_count or having many
unreserved caps, unused caps may always keep in the ->caps_list
even can't get new cap from kmem_cache_alloc because lack of
maximum limitation of caps_avail_count. Hence reuse caps in
->caps_list if available, it's maybe better than setting max
limitation of caps_avail_count and releasing unused caps when
reaching the limit.
Signed-off-by: Chengguang Xu <cgxu519@icloud.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/utimes.c')
0 files changed, 0 insertions, 0 deletions