net: keep refcount warning in reqsk_free()
[linux-2.6-microblaze.git] / include / net / request_sock.h
index 3470155..21a5243 100644 (file)
@@ -108,7 +108,6 @@ reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener,
 
 static inline void reqsk_free(struct request_sock *req)
 {
-       /* temporary debugging */
        WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0);
 
        req->rsk_ops->destructor(req);