bbrreelleeaassee() -- Block-Device Routine

#iinncclluuddee <ssyyss/bbuuff.hh>
vvooiidd
bbrreelleeaassee(_b_p)
BBUUFF *_b_p;

bbrreelleeaassee() unlocks and releases the buffer pointed to by _b_p.

A device  driver should always call   bbrreelleeaassee() when it no  longer needs a
buffer obtained  via a  bbrreeaadd().  If  a driver needs  to read and  modify a
block,  the recommended  sequence is  for  it to  call bbrreeaadd(),  modify the
block, set the BFMOD bit in the field bb_ffllaagg field, then call bbrreelleeaassee().

_S_e_e _A_l_s_o
bblloocckk-ddeevviiccee rroouuttiinneess
