commit | b693ba4a338da15db1db4b5ebaa36e4ab9781c82 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Aug 09 15:14:15 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Aug 09 15:14:15 2009 -0400 |
tree | 6c16b9ef282af0e958fa216310d4552303b525d5 | |
parent | 7b2aa037e878c939676675969983284a02958ae3 [diff] |
SUNRPC: Constify rpc_pipe_ops... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 86147b0..fae0d3e 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c
@@ -101,7 +101,7 @@ 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,