Whamcloud - gitweb
LU-13814 clio: add cp_inode to page allocation 08/52208/19
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 24 Sep 2023 21:19:34 +0000 (17:19 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Tue, 26 Sep 2023 18:58:30 +0000 (14:58 -0400)
commitf2afaf4eb10d70c36ad6bdbc2def66bee4fcdc23
tree4e84dfdf6aec12d3da4ed19f21b8bd5dec55ec57
parentca7c5b061f02d60d3761ee649b36e01c89b08bfc
LU-13814 clio: add cp_inode to page allocation

cp_inode can be set correctly during page allocation,
rather than after.  This is a prelude to moving cp_inode to
the osc_transfer_page, but that's better done in a separate
patch.

Test-Parameters: fortestonly
Test-Parameters: forjanitoronly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I509f6cfbae8e5a6ec6b07c8253d68f6dd2794e59
lustre/include/cl_object.h
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/rw.c
lustre/llite/rw26.c
lustre/llite/vvp_io.c
lustre/obdclass/cl_page.c