]> err.no Git - linux-2.6/blobdiff - fs/nfs/nfs4proc.c
NFS: "const static" vs "static const" in nfs4
[linux-2.6] / fs / nfs / nfs4proc.c
index f8c0066e02e1456a696f51e7f6b8eb0b77742c35..305bea201cd3cc78979716920d067266eb2e077e 100644 (file)
@@ -2958,7 +2958,7 @@ static void nfs4_delegreturn_release(void *calldata)
        kfree(calldata);
 }
 
-const static struct rpc_call_ops nfs4_delegreturn_ops = {
+static const struct rpc_call_ops nfs4_delegreturn_ops = {
        .rpc_call_prepare = nfs4_delegreturn_prepare,
        .rpc_call_done = nfs4_delegreturn_done,
        .rpc_release = nfs4_delegreturn_release,