Jeff Layton wrote: > idmapd and svcgssd have a mydaemon() routine that uses closeall() to > close file descriptors. Unfortunately, they aren't using it correctly > and it ends up closing the pipe that the child process uses to talk to > its parent. > > Fix this by not using closeall() in this routine and instead, just close > the file descriptors that we know need to be closed. If /dev/null can't > be opened for some reason, then just have the child exit with a non-zero > error. > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> Committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html