Whamcloud - gitweb
LU-13814 osc: do not call osc_lru_use for transient 87/52087/22
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 23 Feb 2024 16:22:20 +0000 (11:22 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 8 Aug 2024 00:03:44 +0000 (00:03 +0000)
commit99a2184c5e3837f0fc155fe6dec76297fd04fce8
tree28bfe5e7c6c71ab5ca898aa5340d68d4739306e9
parent4c98a76dea483b1c0cbf90c150c8522067c0565d
LU-13814 osc: do not call osc_lru_use for transient

Transient pages are never added to the LRU, because they
can't be cached.  osc_lru_use already skips them because
they don't have the flag set, but make it explicit that
this is not called for transient pages.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <patrick.farrell@oracle.com>
Change-Id: I2c92ccb52380faefbcba3bfa35508dac2b601bd4
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52087
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Qian Yingjin <qian@ddn.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
lustre/osc/osc_page.c