2021-04-12 11:48:57

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the vfs tree

Hi all,

After merging the vfs tree, today's linux-next build (htmldocs) produced
this warning:

Documentation/filesystems/locking.rst:113: WARNING: Malformed table.
Text in column margin in table line 24.

============ =============================================
ops i_rwsem(inode)
============ =============================================
lookup: shared
create: exclusive
link: exclusive (both)
mknod: exclusive
symlink: exclusive
mkdir: exclusive
unlink: exclusive (both)
rmdir: exclusive (both)(see below)
rename: exclusive (all) (see below)
readlink: no
get_link: no
setattr: exclusive
permission: no (may not block if called in rcu-walk mode)
get_acl: no
getattr: no
listxattr: no
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
============ =============================================

Introduced by commit

10a489bbff3e ("vfs: add fileattr ops")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-04-12 13:08:57

by Miklos Szeredi

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the vfs tree

Hi Al,

Fixed fileattr branch pushed to:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git fileattr_v6

Thanks,
Miklos

On Mon, Apr 12, 2021 at 1:47 PM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> After merging the vfs tree, today's linux-next build (htmldocs) produced
> this warning:
>
> Documentation/filesystems/locking.rst:113: WARNING: Malformed table.
> Text in column margin in table line 24.
>
> ============ =============================================
> ops i_rwsem(inode)
> ============ =============================================
> lookup: shared
> create: exclusive
> link: exclusive (both)
> mknod: exclusive
> symlink: exclusive
> mkdir: exclusive
> unlink: exclusive (both)
> rmdir: exclusive (both)(see below)
> rename: exclusive (all) (see below)
> readlink: no
> get_link: no
> setattr: exclusive
> permission: no (may not block if called in rcu-walk mode)
> get_acl: no
> getattr: no
> listxattr: no
> 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
> ============ =============================================
>
> Introduced by commit
>
> 10a489bbff3e ("vfs: add fileattr ops")
>
> --
> Cheers,
> Stephen Rothwell

2021-04-15 21:21:23

by Al Viro

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the vfs tree

On Mon, Apr 12, 2021 at 03:07:56PM +0200, Miklos Szeredi wrote:
> Hi Al,
>
> Fixed fileattr branch pushed to:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git fileattr_v6

Merged and pushed out...