diff options
Diffstat (limited to 'net/rds/recv.c')
-rw-r--r-- | net/rds/recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/recv.c b/net/rds/recv.c index bc3f8cd6d070..5c6e9f132026 100644 --- a/net/rds/recv.c +++ b/net/rds/recv.c | |||
@@ -155,7 +155,7 @@ static void rds_recv_incoming_exthdrs(struct rds_incoming *inc, struct rds_sock | |||
155 | * tell us which roles the addrs in the conn are playing for this message. | 155 | * tell us which roles the addrs in the conn are playing for this message. |
156 | */ | 156 | */ |
157 | void rds_recv_incoming(struct rds_connection *conn, __be32 saddr, __be32 daddr, | 157 | void rds_recv_incoming(struct rds_connection *conn, __be32 saddr, __be32 daddr, |
158 | struct rds_incoming *inc, gfp_t gfp, enum km_type km) | 158 | struct rds_incoming *inc, gfp_t gfp) |
159 | { | 159 | { |
160 | struct rds_sock *rs = NULL; | 160 | struct rds_sock *rs = NULL; |
161 | struct sock *sk; | 161 | struct sock *sk; |