Re: No FRELE() in finishdup

2018-04-10 Thread Alexander Bluhm
On Tue, Apr 10, 2018 at 01:05:57PM +0200, Martin Pieuchot wrote: > Document that we're using the current reference instead of incrementing > then decrementing the refcount in finishdup(). Could finishdup() kassert that (fp->f_count > 0) ? > Ok? OK bluhm@ > Index: kern/kern_descrip.c >

No FRELE() in finishdup

2018-04-10 Thread Martin Pieuchot
Document that we're using the current reference instead of incrementing then decrementing the refcount in finishdup(). Ok? Index: kern/kern_descrip.c === RCS file: /cvs/src/sys/kern/kern_descrip.c,v retrieving revision 1.147 diff -u