Whamcloud - gitweb
LU-13814 lov: add lov dio_pages_init 10/52110/32
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 22 Apr 2025 19:13:23 +0000 (15:13 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 7 May 2025 21:10:08 +0000 (21:10 +0000)
commit7b0d40ababc08ad91f466015f7b6aa9372a5a37b
tree48e05414a567f64b8b4b55853d45236e564205c9
parent527b4ed7c180cd50b9ea91aae434baa24b51877b
LU-13814 lov: add lov dio_pages_init

Implement dio_pages_init for the lov layer.

Note this has a place to call to the OSC layer, but there
is no corresponding function there.  The OSC function will
be added when the corresponding functionality is needed by
the main conversion process.

This patch allows us to continue the conversion of the
io_submit path.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ib8db45e89fd699febce4978f2ea95c7500b0325d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52110
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Qian Yingjin <qian@ddn.com>
Reviewed-by: Marc Vef <mvef@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/cl_object.h
lustre/lov/lov_cl_internal.h
lustre/lov/lov_io.c
lustre/lov/lov_object.c
lustre/lov/lov_page.c