usr/src/uts/common/io/stream.c
changeset 898 64b2a371a6bd
parent 741 40027a3621ac
child 1110 c6a6077adb9c
equal deleted inserted replaced
897:8bc35ca89c2f 898:64b2a371a6bd
   539 	dbp->db_cpid = -1;
   539 	dbp->db_cpid = -1;
   540 
   540 
   541 	/* Reset the struioflag and the checksum flag fields */
   541 	/* Reset the struioflag and the checksum flag fields */
   542 	dbp->db_struioflag = 0;
   542 	dbp->db_struioflag = 0;
   543 	dbp->db_struioun.cksum.flags = 0;
   543 	dbp->db_struioun.cksum.flags = 0;
       
   544 
       
   545 	/* and the COOKED flag */
       
   546 	dbp->db_flags &= ~DBLK_COOKED;
   544 
   547 
   545 	kmem_cache_free(dbp->db_cache, dbp);
   548 	kmem_cache_free(dbp->db_cache, dbp);
   546 }
   549 }
   547 
   550 
   548 static void
   551 static void