K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-05-16T02:34:56.753873Z K 7 svn:log V 269 Add fdrop()s to the rpctls syscall for the "fp" reference. Without these fdrop()s, the daemons leaked file descriptors and it also left closed TCP sockets lying around. I didn't realize that falloc() returns with two references, one for the "fd" and one for the "fp". END