SUNRPC: Constify rpc_pipe_ops...
[deliverable/linux.git] / fs / nfs / idmap.c
index 86147b0ab2cf752a61adc2f06c64f56aec9af53b..fae0d3e52b44dce609ecf159f1851baab671c818 100644 (file)
@@ -101,7 +101,7 @@ static void idmap_pipe_destroy_msg(struct rpc_pipe_msg *);
 
 static unsigned int fnvhash32(const void *, size_t);
 
-static struct rpc_pipe_ops idmap_upcall_ops = {
+static const struct rpc_pipe_ops idmap_upcall_ops = {
        .upcall         = idmap_pipe_upcall,
        .downcall       = idmap_pipe_downcall,
        .destroy_msg    = idmap_pipe_destroy_msg,
This page took 0.036898 seconds and 5 git commands to generate.