Page MenuHomeFreeBSD

fusefs: remove the obsolete rename_lock
ClosedPublic

Authored by asomers on Feb 10 2026, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 17, 9:13 AM
Unknown Object (File)
Wed, Apr 8, 10:30 PM
Unknown Object (File)
Fri, Apr 3, 12:47 AM
Unknown Object (File)
Mar 14 2026, 11:30 PM
Unknown Object (File)
Mar 13 2026, 6:20 AM
Unknown Object (File)
Mar 11 2026, 1:34 PM
Unknown Object (File)
Mar 11 2026, 9:32 AM
Unknown Object (File)
Mar 11 2026, 6:24 AM
Subscribers

Details

Summary

This lock was included in the original GSoC submission. Its purpose
seems to have been to prevent concurrent FUSE_RENAME operations for the
current mountpoint, as well as to synchronse FUSE_RENAME with
fuse_vnode_setparent. But it's obsolete, now that ef6ea91593e added
mnt_renamelock .

MFC after: 2 weeks
Sponsored by: ConnectWise

Test Plan

Used existing test suite

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable