[struct mount] Outdated locking documentation for mnt_uppers
Konstantin Belousov
kostikbel at gmail.com
Thu Apr 8 22:07:08 UTC 2021
On Wed, Apr 07, 2021 at 09:50:18PM +0200, Alexander Lochmann wrote:
> Hi folks,
>
> I came accross the locking documentation for struct mount.
> According to the definition [1], mnt_uppers should be accessed using the
> global mountlist_mtx.
> However, the code uses the MNT_ILOCK macro, which uses the mnt_mtx.
> Is the locking documentation still valid?
> Shouldn't it be updated?
Thank you for the report, done in 5af1131de7fc.
More information about the freebsd-fs
mailing list