Whamcloud - gitweb
LU-13814 lov: add lov dio_pages_init 10/52110/19
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 24 Sep 2023 20:55:56 +0000 (16:55 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit6af71da83c7fc87f1c52c3b55dae91e711ebf308
tree54a4675345270149cdf7a002b3d034a0e0a53952
parente7cf079a2e8f2f8a171dba0d75e60933857c6b05
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.

Test-Parameters: forjanitoronly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ib8db45e89fd699febce4978f2ea95c7500b0325d
lustre/lov/lov_cl_internal.h
lustre/lov/lov_io.c
lustre/lov/lov_object.c
lustre/lov/lov_page.c