nfs41: implement DESTROY_CLIENTID operation
[deliverable/linux.git] / fs / nfsd / nfs4proc.c
index 458ebb6b59c7fce84654db7696035ba659dbb02e..fa383361bc610bdbd3689f16d734f6ea1628d45d 100644 (file)
@@ -1645,7 +1645,7 @@ static struct nfsd4_operation nfsd4_ops[] = {
                .op_name = "OP_SEQUENCE",
        },
        [OP_DESTROY_CLIENTID] = {
-               .op_func = NULL,
+               .op_func = (nfsd4op_func)nfsd4_destroy_clientid,
                .op_flags = ALLOWED_WITHOUT_FH | ALLOWED_AS_FIRST_OP
                                | OP_MODIFIES_SOMETHING,
                .op_name = "OP_DESTROY_CLIENTID",
This page took 0.026698 seconds and 5 git commands to generate.