Whamcloud - gitweb
LU-13814 osc: do not call osc_lru_use for transient 87/52087/10
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 19:02:00 +0000 (15:02 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 19:02:00 +0000 (15:02 -0400)
commit03e1368b70c1004f2da4425538c1db59090a3dab
treeadc58395ff5e4789df637b70ef10a84660a76d26
parent0933675e1007809161b758e6bb772a1a2c1e9eac
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: forjanitoronly
Test-Parameters: fortestonly
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I2c92ccb52380faefbcba3bfa35508dac2b601bd4
lustre/osc/osc_page.c