FreeBSD 8.1 and HAST

hiroshi at soupacific.com hiroshi at soupacific.com
Mon Jun 14 13:16:46 UTC 2010


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


More information about the freebsd-fs mailing list