|
@@ -683,10 +683,6 @@ void rds_for_each_conn_info(struct socket *sock, unsigned int len,
|
|
|
struct rds_info_lengths *lens,
|
|
|
int (*visitor)(struct rds_connection *, void *),
|
|
|
size_t item_len);
|
|
|
-__printf(2, 3)
|
|
|
-void __rds_conn_error(struct rds_connection *conn, const char *, ...);
|
|
|
-#define rds_conn_error(conn, fmt...) \
|
|
|
- __rds_conn_error(conn, KERN_WARNING "RDS: " fmt)
|
|
|
|
|
|
__printf(2, 3)
|
|
|
void __rds_conn_path_error(struct rds_conn_path *cp, const char *, ...);
|