Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 22:16:43 +0900
From:      "hiroshi@soupacific.com" <hiroshi@soupacific.com>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: FreeBSD 8.1 and HAST
Message-ID:  <4C162BBB.4010806@soupacific.com>
In-Reply-To: <20100614095044.GH1721@garage.freebsd.pl>
References:  <4C1372E0.1000903@soupacific.com> <20100612142311.GF2253@garage.freebsd.pl> <4C139F9C.2090305@soupacific.com> <86iq5oc82y.fsf@kopusha.home.net> <4C14215D.9090304@soupacific.com> <20100613003635.GA60012@icarus.home.lan> <20100613074921.GB1320@garage.freebsd.pl> <4C149A5C.3070401@soupacific.com> <20100613102401.GE1320@garage.freebsd.pl> <86eigavzsg.fsf@kopusha.home.net> <20100614095044.GH1721@garage.freebsd.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
I put pjdlog_debug as below;

remote_send_thread(void *arg)
{
......

     for (;;) {
         pjdlog_debug(2, "remote_send: Taking request.");
         QUEUE_TAKE1(hio, send, ncomp);
         pjdlog_debug(2, "remote_send: (%p) Got request.", hio);
         ggio = &hio->hio_ggio;
pjdlog_debug(2, "remote_send 1: seq is %lu", (uint64_t)ggio->gctl_seq);

It's always return 0 !

Where is &hio->hio_ggio setting ? geom side ?

Please let me know what shall I do ?

Thanks

Hiroshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C162BBB.4010806>