Whamcloud - gitweb
LU-10994 clio: remove cl_page_export() and cl_page_is_vmlocked() 41/47241/5
authorJohn L. Hammond <jhammond@whamcloud.com>
Wed, 4 May 2022 21:03:34 +0000 (16:03 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 27 Jun 2022 04:49:39 +0000 (04:49 +0000)
commit3d52a7c5753e80e78c3b6f6bb7a0b66b37f4849b
treec5aa1e56cec50c244cb9f0aa46aaa04cdd25648f
parent6060ee55b194e37e87031c40e9d48f967eabe314
LU-10994 clio: remove cl_page_export() and cl_page_is_vmlocked()

Remove cl_page_export() and cl_page_is_vmlocked(), replacing them with
direct calls to PageSetUptodate() and PageLoecked().

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I883d1664f4afc7a1d4006f9f4833db8125c0e8f5
Reviewed-on: https://review.whamcloud.com/47241
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/file.c
lustre/llite/rw.c
lustre/llite/vvp_page.c
lustre/lov/lov_page.c
lustre/obdclass/cl_io.c
lustre/obdclass/cl_page.c
lustre/osc/osc_lock.c