[S] Change in ...nfs-ganesha[next]: Fix error code on exclusive open when file exists
by Name of user not set (GerritHub)
shaharhoch(a)google.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1200368?usp=email )
Change subject: Fix error code on exclusive open when file exists
......................................................................
Fix error code on exclusive open when file exists
Previously, on execlusive open when the file exists and we don't have
permission to open it, we returned ERR_ACCESS.
This is not the correct error code, if the file exists we should return
ERR_EXIST
Change-Id: I71f5811bdcfaaa7c63d4edc268b631341c426bc0
Signed-off-by: Shahar Hochma <shaharhoch(a)google.com>
---
M src/FSAL/fsal_helper.c
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/68/1200368/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1200368?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I71f5811bdcfaaa7c63d4edc268b631341c426bc0
Gerrit-Change-Number: 1200368
Gerrit-PatchSet: 1
Gerrit-Owner: shaharhoch(a)google.com
2 months, 2 weeks
[S] Change in ...nfs-ganesha[next]: FSAL_CEPH - Add inode invalidation callback
by Sachin Punadikar (GerritHub)
Sachin Punadikar has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1200259?usp=email )
Change subject: FSAL_CEPH - Add inode invalidation callback
......................................................................
FSAL_CEPH - Add inode invalidation callback
Ceph client code has provision to call upper layer routine in case of
inode attribute changes. Ganesha needs to invalidate its cached inode
metadata when ceph client asks to do.
Change-Id: I169aeea85a961eff1e1df96b5717cb5a51df842c
Signed-off-by: Sachin Punadikar <sachin.punadikar(a)ibm.com>
---
M src/FSAL/FSAL_CEPH/main.c
1 file changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/59/1200259/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1200259?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I169aeea85a961eff1e1df96b5717cb5a51df842c
Gerrit-Change-Number: 1200259
Gerrit-PatchSet: 1
Gerrit-Owner: Sachin Punadikar <sachin.punadikar(a)ibm.com>
2 months, 2 weeks