>From Malahal <mala...@gmail.com>:

Malahal has uploaded this change for review. ( 
https://review.gerrithub.io/391266


Change subject: [GPFS] fd leak in open_by_handle()
......................................................................

[GPFS] fd leak in open_by_handle()

If two nfs3_create calls come for the same file around the same time, we
open two file descriptors and overwrite the prior global fd with a
latter fd without closing the prior global fd. The fix is to close any
prior global fd.

Change-Id: I6c284815fbede15538da6c0ada751da5edee8d7f
Signed-off-by: Malahal Naineni <mala...@us.ibm.com>
---
M src/FSAL/FSAL_GPFS/file.c
1 file changed, 13 insertions(+), 1 deletion(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/66/391266/1
-- 
To view, visit https://review.gerrithub.io/391266
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c284815fbede15538da6c0ada751da5edee8d7f
Gerrit-Change-Number: 391266
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <mala...@gmail.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to