Whamcloud - gitweb
LU-16847 ldiskfs: reduce a memory usage by ost IO threads 92/51392/6
authorAlexey Lyashkov <alexey.lyashkov@hpe.com>
Wed, 21 Jun 2023 09:10:27 +0000 (12:10 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 13 Sep 2023 04:01:00 +0000 (04:01 +0000)
commit256ac5c71a9a74fd91dc4942c25f9c92bb7868f8
tree14e449a6aaf1d973f481092edfb1c89101e26745
parent1d8d894d04605165df67a57b73bc4aef362fb382
LU-16847 ldiskfs: reduce a memory usage by ost IO threads

page array is useless once lnb array added it might addressed
via lnb->lnb_page, let's remove it and reduce memory consumption.

Signed-off-by: Alexey Lyashkov <alexey.lyashkov@hpe.com>
Change-Id: Ieb0c186e27f56c770fd2ebfbddce9ccf19791611
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51392
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_integrity.c
lustre/osd-ldiskfs/osd_internal.h
lustre/osd-ldiskfs/osd_io.c