Andreas Schwab wrote: > roel kluin <[EMAIL PROTECTED]> writes: > >> - if (--hvcsd->open_count == 0) { >> + if (hvcsd->open_count == 1) { >> + hvcsd->open_count--; > > This is not the same.
I think you're missing that I also decrement if (hvcsd->open_count > 1) If not, please elaborate. > >> - if (--hp->count == 0) { >> + if (hp->count == 1) { >> + hp->count--; > > Likewise. Same here. Roel _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev