Whamcloud - gitweb
LU-15168 osd: use large allocation for idc cache
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 27 Oct 2021 05:48:03 +0000 (08:48 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 14 Jan 2022 06:08:37 +0000 (06:08 +0000)
commit8ea3e588b6f7b9b1744949cf9d9f943d23ec2fc7
treeb542823330315afe8a9d1d73c8f2789025a8cb5a
parenta108d001ee40e092f9c60dce13f3d5a0881dcdfe
LU-15168 osd: use large allocation for idc cache

as in some cases (e.g. ofd precreate) the cache can grow to dozens
of kilobytes (sizeof(struct idc_map_cache)=40 * 1024).

Lustre-commit: a3aa2eefd3d4708ce7094ed644c30b784c39eb2c
Lustre-change: https://review.whamcloud.com/45382

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Id9e0996a7a1d07065f4a50c1d5be5051e756559a
Reviewed-on: https://review.whamcloud.com/46040
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/osd-ldiskfs/osd_handler.c