a.e.potapov@gmail.com has uploaded this change for review.

View Change

Fix hang on fd reopen when previous close fails with EBUSY

Fix hanging on starting new I/O on a file descriptor which has
previously failed to close with EBUSY. The problem was in `fd_work` not
being decremented back on early return from `close_fsal_fd`.

Fixes: #1054

Change-Id: I09cef90d4c7943316a0f4cd8532ac6b41abd7fd3
Signed-off-by: Alexey Potapov <a.e.potapov@gmail.com>
---
M src/FSAL/commonlib.c
1 file changed, 1 insertion(+), 0 deletions(-)

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

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

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I09cef90d4c7943316a0f4cd8532ac6b41abd7fd3
Gerrit-Change-Number: 1174673
Gerrit-PatchSet: 1
Gerrit-Owner: a.e.potapov@gmail.com