Whamcloud - gitweb
LU-13814 osc: add osc_queue_dio_pages 40/52140/22
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 28 Aug 2023 15:57:48 +0000 (11:57 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commitd7adfa52654bb091fd4eadf105d74e97da5c4cce
tree76bd1e4fef0e31993359c41f77fc21cb71fd8b9a
parent11e6771c19fe01a7e7965eb14ff69a4594cfe113
LU-13814 osc: add osc_queue_dio_pages

For dio, we need to replace osc_queue_sync_pages with a
specialized function.  This adds that function and starts
specializing it to DIO only.

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