RDS: only put sockets that have seen congestion on the poll_waitq
[pandora-kernel.git] / net / rds / rds.h
index 85d6f89..4bec6e2 100644 (file)
@@ -388,6 +388,8 @@ struct rds_sock {
 
        /* flag indicating we were congested or not */
        int                     rs_congested;
+       /* seen congestion (ENOBUFS) when sending? */
+       int                     rs_seen_congestion;
 
        /* rs_lock protects all these adjacent members before the newline */
        spinlock_t              rs_lock;