>From Sachin Punadikar <psac...@in.ibm.com>:

Sachin Punadikar has uploaded a new change for review.

  https://review.gerrithub.io/297288

Change subject: Fix create operations with GID for non-root users
......................................................................

Fix create operations with GID for non-root users

AIX and Irix NFS clients send create with gid if the parent directory
has setgid bit. This is unnecessary, but ganesha server ends up failing
the request as non-root users can't set uid or gid. Added a workaround
to remove attributes uid and gid for a create request for non-root
users.

Change-Id: Ie6c4599c0bfc476fccf36318ce1733ab4cf5f1a2
Signed-off-by: Sachin Punadikar <psac...@in.ibm.com>
---
M src/FSAL/fsal_helper.c
M src/Protocols/9P/9p_setattr.c
M src/Protocols/NFS/nfs3_setattr.c
M src/Protocols/NFS/nfs4_op_setattr.c
M src/include/fsal.h
5 files changed, 20 insertions(+), 5 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6c4599c0bfc476fccf36318ce1733ab4cf5f1a2
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Sachin Punadikar <psac...@in.ibm.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