diff options
Diffstat (limited to 'net/rds/tcp.c')
-rw-r--r-- | net/rds/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/tcp.c b/net/rds/tcp.c index 3296a6ac583a..1a0399dea764 100644 --- a/net/rds/tcp.c +++ b/net/rds/tcp.c | |||
@@ -366,7 +366,7 @@ struct rds_transport rds_tcp_transport = { | |||
366 | .t_mp_capable = 1, | 366 | .t_mp_capable = 1, |
367 | }; | 367 | }; |
368 | 368 | ||
369 | static int rds_tcp_netid; | 369 | static unsigned int rds_tcp_netid; |
370 | 370 | ||
371 | /* per-network namespace private data for this module */ | 371 | /* per-network namespace private data for this module */ |
372 | struct rds_tcp_net { | 372 | struct rds_tcp_net { |