Print this page
4780 comstar iSCSI target shouldn't abuse ddi_get_time(9f)
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 20,30 **** */ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. */ /* ! * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ #ifndef _IDM_IMPL_H_ #define _IDM_IMPL_H_ --- 20,30 ---- */ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. */ /* ! * Copyright 2014 Nexenta Systems, Inc. All rights reserved. */ #ifndef _IDM_IMPL_H_ #define _IDM_IMPL_H_
*** 375,385 **** /* Implementation data for idm_pdu_alloc and sorx PDU cache */ uint32_t isp_flags; uint_t isp_hdrbuflen; uint_t isp_databuflen; ! time_t isp_queue_time; /* Taskq dispatching state for deferred PDU */ taskq_ent_t isp_tqent; } idm_pdu_t; --- 375,385 ---- /* Implementation data for idm_pdu_alloc and sorx PDU cache */ uint32_t isp_flags; uint_t isp_hdrbuflen; uint_t isp_databuflen; ! hrtime_t isp_queue_time; /* Taskq dispatching state for deferred PDU */ taskq_ent_t isp_tqent; } idm_pdu_t;