Whamcloud - gitweb
LU-13814 osc: remove use of cp_obj 88/52188/20
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 30 Aug 2023 19:02:46 +0000 (15:02 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commitec0083876628ea601fda711a26b72ff228536d25
treee32f6fc98b582c5e557b795c1d1cc6b3f73bae13
parentfc43a8a5aedd4d1728289e99f7943579ee0e13ff
LU-13814 osc: remove use of cp_obj

Since we're going to lose the cl_page, we need to remove
usage of its members from the code which handles DIO pages.
This removes cp_obj usage from the one place where it's
used by the DIO code, by adding it to the BRW async args.

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