Frank Filz has uploaded this change for review.

View Change

FSAL: Fix up how reaper_work is used

While mdcache uses multiple lanes of LRU to track entries and handle
reaping of them, and it used to do the global fd management, now that
FSAL/commonlib.c does the fd_lru, it is a single lru queue, so it
will not do per lane calculations.

So the old calculation that calculated a per lane work, is now just
reaper_work and that has to be properly set and used.

Change-Id: Ife6ce9822edfdecb34d2cfb4b5a264bae95ad4ff
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/FSAL/commonlib.c
M src/include/fsal_types.h
2 files changed, 4 insertions(+), 6 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/51/1173851/1

To view, visit change 1173851. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ife6ce9822edfdecb34d2cfb4b5a264bae95ad4ff
Gerrit-Change-Number: 1173851
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx@mindspring.com>