Whamcloud - gitweb
LU-13814 osc: begin converting queue_dio_pages 60/52160/20
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 4 Sep 2023 23:38:31 +0000 (19:38 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit6400d7efcb7da541b0083d8b1557d6070e4a36e0
treeba0c7e4d3b5aa51f55aeaecfac76eb6622831f8c
parent115ebe1b4f9af4e62e1447feb13dba6fbb38a857
LU-13814 osc: begin converting queue_dio_pages

This patch begins the lengthy process of converting
osc_queue_dio_pages to use the page array rather than the
lists.  This will be a lengthy process because this ties in
to the OSC extent and BRW code.

Test-Parameters: trivial
Test-Parameters: testlist=sanity-sec env=ONLY=52,59a,59b
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I788faa0748a88045d838fb530107938a639407d0
lustre/include/lustre_osc.h
lustre/osc/osc_cache.c
lustre/osc/osc_io.c