Re: [Nfs-ganesha-devel] nTI-RPC fds

2017-01-16 Thread Swen Schillig
On Mo, 2017-01-16 at 14:21 -0500, William Allen Simpson wrote: > Swen, your other very short patch fixes a problem with closing the > fd.  And that's a good thing.  But the underlying problem is that > we have multiple copies of the fd, and do not know whether it has > been closed. > > I'm thinkin

[Nfs-ganesha-devel] nTI-RPC fds

2017-01-16 Thread William Allen Simpson
Swen, your other very short patch fixes a problem with closing the fd. And that's a good thing. But the underlying problem is that we have multiple copies of the fd, and do not know whether it has been closed. I'm thinking that it would be best to have one copy, in the SVCXPRT, and have everybod