X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fsunrpc%2Fxprtsock.c;h=ddf0602603bdef4ac0a6ad29a9815bae56f04626;hb=0ff08ba5d066619f9973bfcdb5a21320d54219d0;hp=5d6b0daf743d5ecff5572a9ac0a44a5b5e2a6c18;hpb=0de934936b731ca49ece266284da3c7cb402c74e;p=cascardo%2Flinux.git diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c index 5d6b0daf743d..ddf0602603bd 100644 --- a/net/sunrpc/xprtsock.c +++ b/net/sunrpc/xprtsock.c @@ -87,7 +87,7 @@ static struct ctl_table_header *sunrpc_table_header; * FIXME: changing the UDP slot table size should also resize the UDP * socket buffers for existing UDP transports */ -static ctl_table xs_tunables_table[] = { +static struct ctl_table xs_tunables_table[] = { { .procname = "udp_slot_table_entries", .data = &xprt_udp_slot_table_entries, @@ -143,7 +143,7 @@ static ctl_table xs_tunables_table[] = { { }, }; -static ctl_table sunrpc_table[] = { +static struct ctl_table sunrpc_table[] = { { .procname = "sunrpc", .mode = 0555,