On Tue, Jan 12, 2021 at 11:01:07PM +0100, Christian Brauner wrote: > Enable the vfs_utimes() helper to handle idmapped mounts by passing down > the mount's user namespace. If the initial user namespace is passed > nothing changes so non-idmapped mounts will see identical behavior as > before. No real need for the local variable here. Same applies to a bunch of other patches as well. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>