Rojin George has uploaded this change for review.

View Change

Fix compilation issue in io_data's release func

gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)

/github/nfs-ganesha/src/Protocols/NFS/nfs4_op_read.c: In function ‘read4_io_data_release’:
/github/nfs-ganesha/src/Protocols/NFS/nfs4_op_read.c:499:35: error: parameter name omitted
static void read4_io_data_release(void *)
^~~~~~
/github/nfs-ganesha/src/Protocols/NFS/nfs3_read.c: In function ‘read3_io_data_release’:
/github/nfs-ganesha/src/Protocols/NFS/nfs3_read.c:268:35: error: parameter name omitted
static void read3_io_data_release(void *)
^~~~~~

Change-Id: I0019a12afacf03f9722c862419a1404dcc9df1f3
Signed-off-by: Rojin George <itsmerojin@gmail.com>
---
M src/Protocols/NFS/nfs3_read.c
M src/Protocols/NFS/nfs4_op_read.c
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/10/1198710/1

To view, visit change 1198710. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I0019a12afacf03f9722c862419a1404dcc9df1f3
Gerrit-Change-Number: 1198710
Gerrit-PatchSet: 1
Gerrit-Owner: Rojin George <itsmerojin@gmail.com>