Whamcloud - gitweb
LU-13814 clio: remove last DIO queue usage 62/52162/19
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 24 Sep 2023 21:00:52 +0000 (17:00 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit50c8a8cfaa819e3995a531adac02c56bc726135d
tree5cc987d30a405842a6dbe77fc2f44d02585db508
parent4f3ff10ce10a9c1933544d65513eaf0ea080b93e
LU-13814 clio: remove last DIO queue usage

With cleanup of osc_dio_submit, we can remove the horrid
'convert to queue' function which converts the cl_dio_pages
array to a cl2queue.  There's still a lot left to do to
remove cl_pages for DIO, but this is a nice step.

Test-Parameters: fortestonly
Test-Parameters: forjanitoronly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I4a67cbe8c5e5a3961f5afc593ad0261cb903eabe
lustre/include/cl_object.h
lustre/obdclass/cl_io.c
lustre/osc/osc_io.c