Frank Filz has uploaded this change for review.

View Change

FSAL: Fix all places fd_work is decremented to signal condition variables

Use fsal_complete_fd_work() in the two error cases in fsal_start_fd_work.

Also, add a new fsal_start_fd_work_no_reclaim that is void and sets
is_reclaiming to false and assures the return code from
fsal_complete_fd_work is not an error (can not happen).

Change-Id: I60c840570002b8f5c72bc6b6120b7b038de4c22f
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/FSAL/FSAL_CEPH/handle.c
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GPFS/file.c
M src/FSAL/FSAL_KVSFS/kvsfs_file.c
M src/FSAL/FSAL_LIZARDFS/handle.c
M src/FSAL/FSAL_MEM/mem_handle.c
M src/FSAL/FSAL_SAUNAFS/handle.c
M src/FSAL/FSAL_VFS/file.c
M src/FSAL/commonlib.c
M src/include/FSAL/fsal_commonlib.h
10 files changed, 21 insertions(+), 12 deletions(-)

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

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

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