Change in ...nfs-ganesha[next]: FSAL_GLUSTER: replace SET_GLUSTER_CREDS with smarter macros
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/522007 )
Change subject: FSAL_GLUSTER: replace SET_GLUSTER_CREDS with smarter macros
......................................................................
FSAL_GLUSTER: replace SET_GLUSTER_CREDS with smarter macros
RESET_GLUSTER_CREDS:
Quick and simple reset after op.
SET_GLUSTER_CREDS_OP_CTX:
Set creds from op_ctx, if USE_GLUSTER_DELEGATION lease_id will be set
from op_ctx->caller_addr or op_ctx->client->cl_addrbuf if possible,
otherwise it will be set to NULL.
SET_GLUSTER_CREDS_MY_FD:
Set creds from my_fd, copying lease_id if USE_GLUSTER_DELEGATION.
SET_GLUSTER_LEASE_ID:
If USE_GLUSTER_DELEGATION set lease_id in my_fd from op_ctx as from
op_ctx->caller_addr or op_ctx->client->cl_addrbuf if possible, otherwise
set it to all zeros.
Change-Id: Iffef1463d3a71e78ee3a38ecd2b8e3390fabde7b
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/FSAL_GLUSTER/ds.c
M src/FSAL/FSAL_GLUSTER/gluster_internal.h
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GLUSTER/mds.c
4 files changed, 158 insertions(+), 214 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/07/522007/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/522007
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Iffef1463d3a71e78ee3a38ecd2b8e3390fabde7b
Gerrit-Change-Number: 522007
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange
3 years, 4 months
Announce Push of V4-dev.70
by Frank Filz
Branch next
Tag:V4-dev.70
Merge Highlights
* Remove use of unassigned reason string
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
4d95712de Frank S. Filz V4-dev.70
f87ad0e21 Matthew DeVore Remove use of unassigned reason string
3 years, 4 months
FW: Announcing Fall 2021 NFS Bake-a-thon
by Frank Filz
-----Original Message-----
From: Bill Baker [mailto:Bill.Baker@Oracle.com]
Sent: Tuesday, August 3, 2021 7:55 AM
To: nfsv4(a)ietf.org; linux-nfs <linux-nfs(a)vger.kernel.org>;
winter-2021-bakeathon(a)googlegroups.com
Subject: Announcing Fall 2021 NFS Bake-a-thon
Greetings,
I am pleased to announce the Fall 2021 NFS bake-a-thon, October 4th-8th. As
before, we will be running this event in virtual space. There is no formal
registration process, but please let me know if you plan to attend.
For first time attendees, please note the VPN setup instructions so that you
can punch into the BAT network. You can find information on the website:
http://nfsv4bat.org/Events/2021/Oct/BAT/index.html
If you are interested in giving a presentation (via discord), please let me
know.
Look forward to seeing you (virtually) at the next BAT.
--
Bill Baker - Oracle NFS development
3 years, 4 months
Change in ...nfs-ganesha[next]: Make compiler issue error for uninitialized values
by Matthew DeVore (GerritHub)
Matthew DeVore has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/521597 )
Change subject: Make compiler issue error for uninitialized values
......................................................................
Make compiler issue error for uninitialized values
Also fix a violation of this rule which could cause an illegal access.
I was able to build with this error turned on before, so I suspect there
is no other instance except what is fixed here.
Signed-off-by: Matthew DeVore <matvore(a)google.com>
Change-Id: I7511ca80fac7532baaa3b67c0d8791c318309fc6
---
M src/CMakeLists.txt
M src/FSAL/fsal_helper.c
2 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/97/521597/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/521597
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I7511ca80fac7532baaa3b67c0d8791c318309fc6
Gerrit-Change-Number: 521597
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew DeVore <me(a)matvore.com>
Gerrit-MessageType: newchange
3 years, 4 months