Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ff99c6 authored by Bryan Schumaker's avatar Bryan Schumaker Committed by J. Bruce Fields
Browse files

NFSD: Swap the struct nfs4_operation getter and setter



stateid_setter should be matched to op_set_currentstateid, rather than
op_get_currentstateid.

Signed-off-by: default avatarBryan Schumaker <bjschuma@netapp.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 95c7a20a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1054,8 +1054,8 @@ struct nfsd4_operation {
	char *op_name;
	/* Try to get response size before operation */
	nfsd4op_rsize op_rsize_bop;
	stateid_setter op_get_currentstateid;
	stateid_getter op_set_currentstateid;
	stateid_getter op_get_currentstateid;
	stateid_setter op_set_currentstateid;
};

static struct nfsd4_operation nfsd4_ops[];