Whamcloud - gitweb
LU-13814 llite: add to/from to ll_dio_pages 01/52101/13
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 20:31:31 +0000 (16:31 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:55:08 +0000 (14:55 -0400)
commite66b6014eeebbc3d4a064302386c3be765f4fe0d
tree331b4b7c1f09ce2345a4e766e632c02340b1e392
parent259d702003ab44e60cb4d90e196418466d786901
LU-13814 llite: add to/from to ll_dio_pages

ll_dio_pages is the main way we package pages for a DIO, so
as we work on removing cl_page for DIO, we need to put some
of the info in this struct.

This puts the 'to, from' page offsets for incomplete pages
in the package.  This works because all pages except the
first and the last must be complete (the first and last can
be the same page).

Test-Parameters: trivial
Test-Parameters: forjanitoronly
Test-Parameters: fortestonly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I0ae4d617cb2f1310ae5981a9f9eb1480d13e1054
lustre/include/cl_object.h
lustre/llite/rw26.c