|
@@ -1454,6 +1454,7 @@ static struct nfsd4_operation nfsd4_ops[] = {
|
|
|
.op_flags = OP_MODIFIES_SOMETHING,
|
|
|
.op_name = "OP_DELEGRETURN",
|
|
|
.op_rsize_bop = nfsd4_only_status_rsize,
|
|
|
+ .op_get_currentstateid = (stateid_getter)nfsd4_get_delegreturnstateid,
|
|
|
},
|
|
|
[OP_GETATTR] = {
|
|
|
.op_func = (nfsd4op_func)nfsd4_getattr,
|
|
@@ -1521,6 +1522,8 @@ static struct nfsd4_operation nfsd4_ops[] = {
|
|
|
.op_flags = OP_MODIFIES_SOMETHING,
|
|
|
.op_name = "OP_OPEN_DOWNGRADE",
|
|
|
.op_rsize_bop = (nfsd4op_rsize)nfsd4_status_stateid_rsize,
|
|
|
+ .op_get_currentstateid = (stateid_getter)nfsd4_get_opendowngradestateid,
|
|
|
+ .op_set_currentstateid = (stateid_setter)nfsd4_set_opendowngradestateid,
|
|
|
},
|
|
|
[OP_PUTFH] = {
|
|
|
.op_func = (nfsd4op_func)nfsd4_putfh,
|