Re: [PATCH 1/4] virtiofsd: Remove fuse_req_getgroups

2020-02-04 Thread Philippe Mathieu-Daudé
On 2/4/20 12:04 PM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Remove fuse_req_getgroups that's unused in virtiofsd; it came in from libfuse but we don't actually use it. It was called from fuse_getgroups which we previously removed (but had left it's header in). Cover

[PATCH 1/4] virtiofsd: Remove fuse_req_getgroups

2020-02-04 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Remove fuse_req_getgroups that's unused in virtiofsd; it came in from libfuse but we don't actually use it. It was called from fuse_getgroups which we previously removed (but had left it's header in). Coverity had complained about null termination in it, but remov