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

From: Matthew Wilcox
Date: Tue Apr 13 2021 - 10:46:17 EST


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:

@@ -87,9 +87,9 @@ prototypes::
locking rules:
all may block

-============ =============================================
+============= =============================================
ops i_rwsem(inode)
-============ =============================================
+============= =============================================
lookup: shared
create: exclusive
link: exclusive (both)
@@ -112,7 +112,7 @@ atomic_open: shared (exclusive if O_CREAT is set in open flags)
tmpfile: no
fileattr_get: no or exclusive
fileattr_set: exclusive
-============ =============================================
+============= =============================================

(whitespace damaged)