Re: [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
From: Christoph Hellwig
Date: Mon Jun 29 2026 - 08:52:28 EST
On Fri, Jun 26, 2026 at 01:45:22PM +0200, cem@xxxxxxxxxx wrote:
> From: Carlos Maiolino <cem@xxxxxxxxxx>
>
> We don't need to use ns_capable_noaudit() as all we care is the initial
> user namespace, use capable_noaudit() instead.
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>