Re: [PATCH v3 1/5] xfs: fix capability check in xfs
Carlos Maiolino <[email protected]>
| Newsgroups | org.kernel.vger.linux-security-module,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
> > + 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 :)