aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-01-14 18:08:33 -0500
committerAndy Grover <andy.grover@oracle.com>2010-09-08 21:11:52 -0400
commit1d34f175712b59ad292ecbbaa8fc05402a1fd8ed (patch)
tree93a7072243dfc511e8bdbb24516df957db983454 /net/rds/ib.h
parentda5a06cef5724737af4315715632f0a07dd5e116 (diff)
RDS: Remove unsignaled_bytes sysctl
Removed unsignaled_bytes sysctl and code to signal based on it. I believe unsignaled_wrs is more than sufficient for our purposes. Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r--net/rds/ib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h
index dbf8d6e31493..148818174a04 100644
--- a/net/rds/ib.h
+++ b/net/rds/ib.h
@@ -138,7 +138,6 @@ struct rds_ib_connection {
138 138
139 /* Batched completions */ 139 /* Batched completions */
140 unsigned int i_unsignaled_wrs; 140 unsigned int i_unsignaled_wrs;
141 long i_unsignaled_bytes;
142}; 141};
143 142
144/* This assumes that atomic_t is at least 32 bits */ 143/* This assumes that atomic_t is at least 32 bits */