Whamcloud - gitweb
LU-13814 clio: remove cp_state usage for DIO pages 74/52074/22
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 23 Feb 2024 16:01:36 +0000 (11:01 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 8 Apr 2024 15:35:20 +0000 (15:35 +0000)
commit7151881aa3b5be6cbefc731b59ecb51fda961891
tree525a6e8d95a4c8733dc74de09507352080559635
parent9ef186b71b350127e7cfb67be5729f9e0bd39c79
LU-13814 clio: remove cp_state usage for DIO pages

DIO pages don't really go through the state transitions of
cached pages, so don't do it for them.  This is a step
towards removing cl_pages for DIO/transient pages.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I5b4cd52ec19c97d0a5b815fcd68958a108a3444a
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52074
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/mdc/mdc_dev.c
lustre/obdclass/cl_page.c
lustre/osc/osc_cache.c