Whamcloud - gitweb
LU-13814 osc: rename osc_async_page 05/52205/18
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 24 Sep 2023 21:12:26 +0000 (17:12 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commit1a7929fd4c030ee76cb5cbc57a82a8cb2a2fb291
tree9a26c9900938a0e75ea0b986d90c53e704c6fd48
parent7f8d60e2e0f772b811509c2c13dc7a164000b21b
LU-13814 osc: rename osc_async_page

osc_async_page isn't for async IO - it's for all data IO.

Rename it osc_transfer_page so the name fits the usage.

Test-Parameters: trivial
Test-Parameters: forjanitoronly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I930aae585763f95d9085bea179765a0431bccf52
lustre/include/lustre_osc.h
lustre/mdc/mdc_dev.c
lustre/osc/osc_cache.c
lustre/osc/osc_internal.h
lustre/osc/osc_io.c
lustre/osc/osc_object.c
lustre/osc/osc_page.c
lustre/osc/osc_request.c