aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/af_rds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/af_rds.c b/net/rds/af_rds.c
index 424ff622ab5f..10443377fb9d 100644
--- a/net/rds/af_rds.c
+++ b/net/rds/af_rds.c
@@ -83,7 +83,7 @@ static int rds_release(struct socket *sock)
83 83
84 /* 84 /*
85 * the binding lookup hash uses rcu, we need to 85 * the binding lookup hash uses rcu, we need to
86 * make sure we sychronize_rcu before we free our 86 * make sure we synchronize_rcu before we free our
87 * entry 87 * entry
88 */ 88 */
89 rds_remove_bound(rs); 89 rds_remove_bound(rs);