Whamcloud - gitweb
LU-13814 osc: convert osc_dio_submit to array 59/52159/20
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 29 Aug 2023 15:37:33 +0000 (11:37 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit115ebe1b4f9af4e62e1447feb13dba6fbb38a857
tree347301ad54c9d43928bb24beb8deb9545b3dba33
parent20036a5d6e71f847a3004b1736418795eeecac36
LU-13814 osc: convert osc_dio_submit to array

This is a trivial first step, converting from list to the
array of cl_pages, which is not a very useful step but
does have to be done as we proceed here.

Test-Parameters: fortestonly
Test-Parameters: forjanitoronly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ib208bc2ed2ad95602a5fde79a4b39652ff73d9bf
lustre/osc/osc_io.c