Whamcloud - gitweb
LU-13814 osc: skip lru_add for transient pages 70/52070/8
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 23 Aug 2023 18:53:53 +0000 (14:53 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 18:10:48 +0000 (14:10 -0400)
commitc1f319edc05c99c06043c9522bb118c5270cfc7a
tree28209286f80d331babffb51c8a100e549412eeef
parent53b7b2d953103b689a1447a0e043a31670617c46
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.

Test-Parameters: forjanitoronly
Test-Parameters: fortestonly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I90e3cca2229e1ae7d769c0534b5b6e0be2357ad9
lustre/osc/osc_cache.c