Re: [PATCH v3 01/18] vfs: add fileattr ops

From: Miklos Szeredi
Date: Tue Apr 13 2021 - 10:53:20 EST


On Tue, Apr 13, 2021 at 4:46 PM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> On Thu, Mar 25, 2021 at 08:37:38PM +0100, Miklos Szeredi wrote:
> > @@ -107,6 +110,8 @@ fiemap: no
> > update_time: no
> > atomic_open: shared (exclusive if O_CREAT is set in open flags)
> > tmpfile: no
> > +fileattr_get: no or exclusive
> > +fileattr_set: exclusive
> > ============ =============================================
>
> This introduces a warning to `make htmldocs`:
>
> /home/willy/kernel/folio/Documentation/filesystems/locking.rst:113: WARNING: Malformed table.
> Text in column margin in table line 24.
>
> You need to add an extra '=' to the first batch of '=' (on all three lines of
> the table). Like this:

Yep, already fixed in #fileattr_v6, which I asked Al to pull.

Thanks,
Miklos