Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/fibre-channel/ulp/fcip.c
          +++ new/usr/src/uts/common/io/fibre-channel/ulp/fcip.c
↓ open down ↓ 3232 lines elided ↑ open up ↑
3233 3233                  fptr->fcip_ub_upstream--;
3234 3234                  mutex_exit(&fptr->fcip_mutex);
3235 3235  #endif /* FCIP_ESBALLOC */
3236 3236  
3237 3237                  kmem_cache_free(fptr->fcip_sendup_cache, (void *)msg_elem);
3238 3238                  mutex_enter(&fptr->fcip_sendup_mutex);
3239 3239                  fptr->fcip_sendup_cnt--;
3240 3240          }
3241 3241  
3242 3242  
3243      -#ifndef __lock_lint
3244 3243          CALLB_CPR_EXIT(&fptr->fcip_cpr_info);
3245      -#else
3246      -        mutex_exit(&fptr->fcip_sendup_mutex);
3247      -#endif /* __lock_lint */
3248 3244  
3249 3245          /* Wake up fcip detach thread by the end */
3250 3246          cv_signal(&fptr->fcip_sendup_cv);
3251 3247  
3252 3248          thread_exit();
3253 3249  }
3254 3250  
3255 3251  #ifdef FCIP_ESBALLOC
3256 3252  
3257 3253  /*
↓ open down ↓ 4369 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX