summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2013-08-25 09:40:15 +0000
committerandre <andre@FreeBSD.org>2013-08-25 09:40:15 +0000
commit46cd7f807a96a059ad1e856e796c171238dbbebd (patch)
tree189ee8a16f07fb1390b210061b25ea7b009d2f3c /sys/kern
parent30d34af3977e9276c9f80928bd5c27f4c37228e0 (diff)
downloadFreeBSD-src-46cd7f807a96a059ad1e856e796c171238dbbebd.zip
FreeBSD-src-46cd7f807a96a059ad1e856e796c171238dbbebd.tar.gz
Adjust socow_iodone() after r254799.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_cow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_cow.c b/sys/kern/uipc_cow.c
index 654b6d7..a36f821 100644
--- a/sys/kern/uipc_cow.c
+++ b/sys/kern/uipc_cow.c
@@ -70,10 +70,10 @@ struct netsend_cow_stats {
static struct netsend_cow_stats socow_stats;
-static void socow_iodone(void *addr, void *args);
+static void socow_iodone(struct mbuf *m, void *addr, void *args);
static void
-socow_iodone(void *addr, void *args)
+socow_iodone(struct mbuf *m, void *addr, void *args)
{
struct sf_buf *sf;
vm_page_t pp;
OpenPOWER on IntegriCloud