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)
Thu, Oct 9, 11:46 AM
Unknown Object (File)
Sat, Sep 20, 7:53 PM
Unknown Object (File)
Sep 12 2025, 3:33 AM
Unknown Object (File)
Sep 9 2025, 3:58 AM
Unknown Object (File)
Sep 5 2025, 1:52 PM
Unknown Object (File)
Aug 4 2025, 12:57 AM
Unknown Object (File)
Aug 2 2025, 9:19 AM
Unknown Object (File)
Jul 26 2025, 4:50 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