Re: Use refcnt API with struct ucred

2022-03-16 Thread Alexander Bluhm
On Wed, Mar 16, 2022 at 04:14:05PM +, Visa Hankala wrote: > Use the refcnt API with struct ucred. > > OK? OK bluhm@ > Index: nfs/nfs_socket.c > === > RCS file: src/sys/nfs/nfs_socket.c,v > retrieving revision 1.139 > diff -u -p

Use refcnt API with struct ucred

2022-03-16 Thread Visa Hankala
Use the refcnt API with struct ucred. OK? Index: nfs/nfs_socket.c === RCS file: src/sys/nfs/nfs_socket.c,v retrieving revision 1.139 diff -u -p -r1.139 nfs_socket.c --- nfs/nfs_socket.c22 Feb 2022 01:15:02 - 1.139 +++ nf