summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-09-14 21:51:25 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-09-14 21:51:25 +0200
commitba2687d022d052403b870f962c401ebf3ec05931 (patch)
tree06befbceef5b7e5d7f6fe74d5de82f9b3257d7e4
parent502ee12a6f4017d90876ac7fbe7a4cbc671a45e1 (diff)
downloadcryptodev-linux-sockets.tar.gz
cryptodev-linux-sockets.tar.xz
cryptodev-linux-sockets.zip
Drop some of the debug dumpssockets
-rw-r--r--cryptodev_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index a5e4589..e40f1fb 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -572,17 +572,13 @@ static int alg_accept(struct socket *sock, struct socket *newsock, int flags)
dsk = ask->slaves[ask->accept_idx];
ask->accept_idx++;
mutex_unlock(&ask->mutex);
-
DUMP_DSK(dsk);
- DUMP_ASK(ask);
sock_hold(&ask->sk);
- DUMP_DSK(dsk);
dsk->master = ask;
DUMP_ASK(ask);
sock_hold(&dsk->sk);
- DUMP_DSK(dsk);
sock_graft(&dsk->sk, newsock);
DUMP_DSK(dsk);
newsock->ops = &data_proto_ops;