>From Frank Filz <ffilz...@mindspring.com>:

Frank Filz has uploaded a new change for review.

  https://review.gerrithub.io/298003

Change subject: FSAL_VFS: Handle an odd exclusive create race
......................................................................

FSAL_VFS: Handle an odd exclusive create race

It's possible we get down to open2 with a replayed exclusive create
where the upper layers have not found the file, but indeed it exists
(most likely due to some race) so the O_CREAT | OEXCL open fails.

Retry a regular open and then check the verifier and if all pans out,
continue to create the fsal_obj_handle and do the rest of the creation
steps.

Change-Id: Ie886c64f2c7e2164965cc304fecc7d0ebac406cf
Signed-off-by: Frank S. Filz <ffilz...@mindspring.com>
---
M src/FSAL/FSAL_VFS/file.c
1 file changed, 73 insertions(+), 7 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie886c64f2c7e2164965cc304fecc7d0ebac406cf
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Frank Filz <ffilz...@mindspring.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