Whamcloud - gitweb
LU-13814 osc: Remove usage of cdp_cl_pages 89/52189/20
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 4 Sep 2023 23:52:03 +0000 (19:52 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commitc85bf0511d8023edfa9a8c2a6f4d1091be73565a
treecfa0c5e035365cbfb2ac50ee09d982d53f99a363
parentec0083876628ea601fda711a26b72ff228536d25
LU-13814 osc: Remove usage of cdp_cl_pages

As part of eliminating cl_page in the DIO path, we need to
clear out all uses of it.

This is one more minor one - there's no need to clear this
list before returning from this function, because if it
fails we give up entirely.

Test-Parameters: trivial
Test-Parameters: testlist=sanity-sec env=ONLY=52,59a,59b
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I9dc1053c542ce7a903a93f7b9a1fb0bfc6ac1641
lustre/osc/osc_cache.c