From 6860c880a41a2086378655c20af7f9959490c7e9 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Mon, 17 Dec 2012 18:17:13 -0500 Subject: [PATCH] --- yaml --- r: 347733 b: refs/heads/master c: a1dc6955829f20ad80c1d6a411ecbcf538bb1410 h: refs/heads/master i: 347731: 753f7900f7ffbda2a393598c1bfe6dcd6c36ac20 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4proc.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9ac7c6cd6a4b..6e0e9b4b1637 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: afc59400d6c65bad66d4ad0b2daf879cbff8e23e +refs/heads/master: a1dc6955829f20ad80c1d6a411ecbcf538bb1410 diff --git a/trunk/fs/nfsd/nfs4proc.c b/trunk/fs/nfsd/nfs4proc.c index 2a2d9b06a413..9d1c5dba2bbb 100644 --- a/trunk/fs/nfsd/nfs4proc.c +++ b/trunk/fs/nfsd/nfs4proc.c @@ -1766,6 +1766,7 @@ static struct nfsd4_operation nfsd4_ops[] = { .op_func = (nfsd4op_func)nfsd4_free_stateid, .op_flags = ALLOWED_WITHOUT_FH | OP_MODIFIES_SOMETHING, .op_name = "OP_FREE_STATEID", + .op_get_currentstateid = (stateid_getter)nfsd4_get_freestateid, .op_rsize_bop = (nfsd4op_rsize)nfsd4_only_status_rsize, }, };