[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Pass the dev arguments for mknod

2016-10-06 Thread GerritHub
>From Daniel Gryniewicz :

Daniel Gryniewicz has uploaded a new change for review.

  https://review.gerrithub.io/297394

Change subject: Pass the dev arguments for mknod
..

Pass the dev arguments for mknod

During the MDCACHE transition, mknod dev args moved into the attributes,
but the copy out of the arguments got lost.  Re-add it, so that mknode
uses the correct device attributes.

Change-Id: Idf56cfb7f8f0dfa67dd63b2286f1d6443f9f445f
Signed-off-by: Daniel Gryniewicz 
---
M src/Protocols/NFS/nfs4_op_create.c
1 file changed, 10 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf56cfb7f8f0dfa67dd63b2286f1d6443f9f445f
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz 

--
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


[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix create operations with GID for non-root users

2016-10-06 Thread GerritHub
>From Sachin Punadikar :

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 
---
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 

--
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