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, Aug 21, 10:16 AM
Unknown Object (File)
Tue, Aug 18, 5:38 PM
Unknown Object (File)
Mon, Aug 17, 10:07 AM
Unknown Object (File)
Sat, Aug 15, 9:16 PM
Unknown Object (File)
Thu, Aug 13, 1:06 AM
Unknown Object (File)
Thu, Aug 13, 1:06 AM
Unknown Object (File)
Thu, Aug 13, 1:06 AM
Unknown Object (File)
Thu, Aug 13, 1:06 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