On Mon, Oct 24, 2022 at 01:12:41PM +0200, Christian Brauner wrote: > From: "Christian Brauner (Microsoft)" <brauner@xxxxxxxxxx> > > Hey, > > A while ago we converted all filesystems and a good chunk of the vfs to > rely on the new vfs{g,u}id_t type and the associated type safe helpers. > After this change all places where idmapped mounts matter deal with the > dedicated new type and can't be easily confused with filesystem wide > k{g,u}id_t types. This small series converts the remaining places and > removes the old helpers. The series does not contain functional changes. > xfstests, LTP, and the libcap testsuite pass without any regressions. > > (The series is based on the setgid changes sitting in my tree. It > removes a bunch of open-coding and thus makes the change here simpler > as well.) > > Thanks! > Christian Looks good to me. Reviewed-by: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx>