mirror of
https://git.freebsd.org/src.git
synced 2026-01-17 07:11:54 +00:00
OpenZFS generates events with a "zio_timestamp" field, which gets mistaken for "timestamp" by libdevdctl due to imprecise string matching. Then later it is assumed a "timestamp" field exists when it doesn't and an exception is thrown. Add a space to the search string so we match exactly "timestamp" rather than anything with that as a suffix. Approved by: mav (mentor) MFC after: 3 days Sponsored by: iXsystems, Inc. |
||
|---|---|---|
| .. | ||
| tests | ||
| consumer.cc | ||
| consumer.h | ||
| event.cc | ||
| event.h | ||
| event_factory.cc | ||
| event_factory.h | ||
| exception.cc | ||
| exception.h | ||
| guid.cc | ||
| guid.h | ||
| Makefile | ||
| Makefile.depend | ||