summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/ChangeLog5
-rw-r--r--tapset/socket.stp1
2 files changed, 5 insertions, 1 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 2856be28..05508229 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-14 Mike Mason <mmlnx@us.ibm.com>
+
+ * socket.stp: removed extra assignment to "size" in
+ socket.aio_write.return
+
2007-06-07 Martin Hunt <hunt@redhat.com>
Fallout from PR 3331 fix. Sometimes glibc and the
kernel disagree about signed vs unsigned.
diff --git a/tapset/socket.stp b/tapset/socket.stp
index a661384b..28bac65d 100644
--- a/tapset/socket.stp
+++ b/tapset/socket.stp
@@ -252,7 +252,6 @@ probe socket.aio_write.return = kernel.function ("sock_aio_write").return
name = "socket.aio_write.return"
size = $return
_sock = _get_sock_addr ($iocb->ki_filp)
- size = _get_sock_size ($iov, $nr_segs)
protocol = _sock_prot_num (_sock)
family = _sock_fam_num (_sock)
state = _sock_state_num (_sock)