Whamcloud - gitweb
LU-13814 osc: add osc_dio_submit 36/52136/19
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 24 Sep 2023 20:59:23 +0000 (16:59 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit9616fa66c924216175df3d7770ad18d172124987
tree123460f00d18225fd428bb41f0ca6cacd1df021f
parent1a575285981666374484f13212b7629ded2f6e26
LU-13814 osc: add osc_dio_submit

This function is a coyp of osc_io_submit, specialized to
handle only dio pages.  Converting this to handle batch
submission will come later.

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