Skip to content

Commit

Permalink
6927456 adding a hook notify function does not enumerate existing nod…
Browse files Browse the repository at this point in the history
…es (fix lint)
  • Loading branch information
Darren Reed authored and Darren Reed committed Apr 27, 2010
1 parent 17074b3 commit c934bc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions usr/src/uts/common/io/hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ hook_wait_unsetflag(flagwait_t *waiter, fwflag_t oldflag)
int
hook_wait_destroy(flagwait_t *waiter)
{
boolean_t wanted;

ASSERT((waiter->fw_flags & FWF_DESTROY_WANTED) == 0);
mutex_enter(&waiter->fw_lock);
if (waiter->fw_flags & FWF_DESTROY_WANTED) {
Expand Down
1 change: 0 additions & 1 deletion usr/src/uts/common/io/neti_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ net_isvalidchecksum(net_handle_t info, mblk_t *mp)
int
net_family_register(net_handle_t info, hook_family_t *hf)
{
hook_family_int_t *hfi;
netstack_t *ns;

ASSERT(info != NULL);
Expand Down

0 comments on commit c934bc0

Please sign in to comment.