Whamcloud - gitweb
LU-13814 osc: skip lru_add for transient pages 70/52070/12
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 23 Aug 2023 18:53:53 +0000 (14:53 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Feb 2024 07:00:33 +0000 (07:00 +0000)
commitd4423d064ca146ae56e549a650bf183f378f605a
tree7df758a011ff5c8800db8b651843a10022364a7b
parent75dc1bb4bd98226cbf7a87621693784c4e4a953f
LU-13814 osc: skip lru_add for transient pages

Transient pages do not go in the LRU, so don't bother
trying to add them.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I90e3cca2229e1ae7d769c0534b5b6e0be2357ad9
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52070
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/osc/osc_cache.c