Date: Tue, 27 Feb 2007 12:26:41 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: problems porting iSCSI to current Message-ID: <E1HLzXd-0002tM-5k@cs1.cs.huji.ac.il> In-Reply-To: <200702261653.48794.jhb@freebsd.org> References: <E1HJ5Cr-000I1J-Ht@cs1.cs.huji.ac.il> <200702261653.48794.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Monday 19 February 2007 04:53, Danny Braniss wrote: > > Hi all, > > im getting stuck in destroy_dev(...) because > > si_threadcount is not zero, (actually 1 before the call), > > all this in sys/kern_conf.c. > > what magic am I doing wrong? > > Don't call destroy_dev() in your close routine. > and how will the device created by make_dev get destroyed? merlin to the rescue ... danny > -- > John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HLzXd-0002tM-5k>