Page MenuHomeFreeBSD

vfs: manage mnt_lockref with atomics
ClosedPublic

Authored by mjg on Sep 9 2019, 12:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 14, 3:00 PM
Unknown Object (File)
Jan 30 2025, 6:53 PM
Unknown Object (File)
Jan 29 2025, 11:16 AM
Unknown Object (File)
Jan 13 2025, 10:26 AM
Unknown Object (File)
Jan 10 2025, 10:59 PM
Unknown Object (File)
Jan 10 2025, 8:39 PM
Unknown Object (File)
Dec 23 2024, 2:29 PM
Unknown Object (File)
Dec 19 2024, 12:32 PM
Subscribers

Details

Summary

Tested by pho

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is not yet updated to pcpu counters, right ?

sys/kern/vfs_subr.c
652 ↗(On Diff #61834)

!= 0

No, I wanted to have the approach sorted out before I post rebased patch.

sys/kern/vfs_subr.c
652 ↗(On Diff #61834)

This func already does not do it so I did not change it.

  • rebase on top of the custom barrier
  • release the mountlist lock after leaving the section
This revision is now accepted and ready to land.Sep 14 2019, 9:29 PM
This revision was automatically updated to reflect the committed changes.