Whamcloud - gitweb
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