Actions
Bug #6033
closedarc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
Start date:
2015-06-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
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:
Updated by Alek Pinchuk about 7 years ago
Alek Pinchuk wrote:
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:
Updated by Alek Pinchuk about 7 years ago
- Status changed from New to In Progress
Updated by Electric Monk almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 31c46cf23cd1cf4d66390a983dc5072d7d299ba2
commit 31c46cf23cd1cf4d66390a983dc5072d7d299ba2 Author: Alek Pinchuk <alek@nexenta.com> Date: 2015-07-01T14:45:01.000Z 6033 arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size 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>
Actions