Comment 10 for bug 151580

Revision history for this message
Eric House (eehouse) wrote :

There's a better fix than sending SIGCONT to omitted processes. The information gathered by stat() is only used in the
case where main_pidof() is the caller of readproc(). So add a boolean to readproc() telling it whether to call stat(), and pass
false from main(). That way fuse processes don't have to identify themselves via sendsigs.