Pete Zaitcev wrote:
test failed on line 134

        rcb = stc_get_start(stc, key, &rfd, &len);
        OK(len == (N_BUFS * BUFSZ));   <------- fails. how much is len?

Curiously, it fails on 32-bit PPC only and works on ppc64.


This is solved upstream, now, too: 'len' was a size_t, while stc_get_start wanted a uint64_t.

        Jeff


--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to