Re: [PATCH v3 1/5] xfs: fix capability check in xfs
From: Carlos Maiolino
Date: Thu Jul 02 2026 - 08:29:20 EST
> > + ns_capable_noaudit(&init_user_ns, CAP_FOWNER),
> > + &tp);
>
> This still adds an extra tab. Like much (but not all) of the kernel
> we use two-tabs by default, which is also in the other two hinks. This
> now adds a third. Just keep it as it was:
>
> error = xfs_trans_alloc_ichange(ip, udqp, gdqp, NULL,
> ns_capable_noaudit(&init_user_ns, CAP_FOWNER), &tp);
>
>
FWIW, I also fixed these in the patch 4 which I had screwed up too :)