]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/rds/rds.h
RDS: only put sockets that have seen congestion on the poll_waitq
[net-next-2.6.git] / net / rds / rds.h
index 85d6f897ecc76af06cfbc028636901a4be5dc365..4bec6e2ed4951de8df21d47864dce279f6cb2f62 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;