Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 16:14:51 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-hackers <freebsd-hackers@FreeBSD.org>
Subject:   dtrace: operands have incompatible types: "dmu_buf_t **" = "dmu_buf_t **"
Message-ID:  <513F385B.9010106@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

For your amusement:

============= testcase.d =============
dmu_buf_t **buf;
/* Remove the following line to defuse. */
bpobj_t *bpobj;

fbt::dmu_bonus_hold:entry
{
	buf = args[3]; /* the error is about this line */
}
=======================================

I think I know what's going on, but I am still making sure that that's true.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?513F385B.9010106>