Re: [PATCH] nfs: use vfs setgid helper

From: Christoph Hellwig
Date: Mon Mar 13 2023 - 11:24:00 EST


On Mon, Mar 13, 2023 at 02:25:34PM +0100, Christian Brauner wrote:
> +#include "../internal.h"

> + if (setattr_should_drop_sgid(&nop_mnt_idmap, inode))

It setattr_should_drop_sgid is used by file systems, it should not be in
internal.h.