Whamcloud - gitweb
LU-10994 clio: remove cpo_assume, cpo_unassume, cpo_fini 73/47373/4
authorJohn L. Hammond <jhammond@whamcloud.com>
Mon, 16 May 2022 21:42:44 +0000 (16:42 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 27 Jun 2022 04:49:51 +0000 (04:49 +0000)
commit9045894fe0f5033334a39a35a6332dab4498e21e
tree9646e4ca3ec19fbdcc260cf9054a331b45b30494
parent81c6dc423ce4c62a64d328e49697d26194177f9f
LU-10994 clio: remove cpo_assume, cpo_unassume, cpo_fini

Remove the cl_page methods cpo_assume, cpo_unassume, and
cpo_fini. These methods were only implemented by the vvp layer and so
they can be easily inlined into cl_page_assume() and
cl_page_unassume(). Remove vvp_page_delete() by inlining its contents
to cl_page_delete0().

Change-Id: I260c5593983bac6742cf7577c26a4903e95ceb7c
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/47373
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/cl_object.h
lustre/llite/vvp_page.c
lustre/obdclass/cl_page.c