Page MenuHomeFreeBSD

Remove the check against "loops" from mount_nullfs
ClosedPublic

Authored by trasz on Oct 23 2020, 8:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 8:30 AM
Unknown Object (File)
Wed, Apr 16, 12:34 AM
Unknown Object (File)
Sun, Mar 30, 9:04 PM
Unknown Object (File)
Feb 28 2025, 8:45 PM
Unknown Object (File)
Feb 6 2025, 2:03 AM
Unknown Object (File)
Feb 5 2025, 11:50 PM
Unknown Object (File)
Jan 21 2025, 11:50 AM
Unknown Object (File)
Jan 5 2025, 11:33 PM
Subscribers

Details

Summary

Remove the check that prevents creating "loops" from mount_nullfs(8).

Diff Detail

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

Event Timeline

trasz requested review of this revision.Oct 23 2020, 8:54 PM

If this goes in, the next step would probably be to drop mount_nullfs(8) altogether, replacing it with ordinary mount(8).

This revision is now accepted and ready to land.Oct 23 2020, 10:06 PM