Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6-block.git] / net / sunrpc / xprtsock.c
index 5d6b0daf743d5ecff5572a9ac0a44a5b5e2a6c18..ddf0602603bdef4ac0a6ad29a9815bae56f04626 100644 (file)
@@ -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,