]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
6033 arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
authorAndriy Gapon <avg@FreeBSD.org>
Thu, 2 Jul 2015 11:01:27 +0000 (11:01 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Thu, 2 Jul 2015 11:01:27 +0000 (11:01 +0000)
commitc1234f68a8f3f0f773f4a513e166df50362a0c19
tree6badae689fc3d05c66435bddf69f5c92d0069f64
parentdc121a264dda44e9a0551374ae3baf8fa08ec0e4
6033 arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size

illumos/illumos-gate@31c46cf23cd1cf4d66390a983dc5072d7d299ba2

https://www.illumos.org/issues/6033
  When we're looking for the list containing oldest buffer we never actually look
  at the MFU lists even when we try to evict from MFU.
  looks like a copy paste error, the fix is here:

Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Xin Li <delphij@delphij.net>
Reviewed by: Prakash Surya <me@prakashsurya.com>
Approved by: Matthew Ahrens <mahrens@delphix.com>
Author: Alek Pinchuk <alek@nexenta.com>
Obtained from: illumos
uts/common/fs/zfs/arc.c