Page MenuHomeFreeBSD

Convert tunefs use to nmount(2).
ClosedPublic

Authored by brooks on Dec 16 2016, 7:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2024, 8:36 PM
Unknown Object (File)
Mar 22 2024, 8:36 PM
Unknown Object (File)
Mar 22 2024, 8:36 PM
Unknown Object (File)
Mar 8 2024, 10:23 AM
Unknown Object (File)
Mar 8 2024, 2:10 AM
Unknown Object (File)
Mar 8 2024, 1:32 AM
Unknown Object (File)
Jan 31 2024, 3:55 AM
Unknown Object (File)
Jan 4 2024, 3:01 AM
Subscribers
None

Details

Test Plan

Some trivial testing on a read-only mount /mnt seemed to do
the right thing

Diff Detail

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

Event Timeline

brooks retitled this revision from to Convert mount(2) use to nmount(2)..
brooks updated this object.
brooks edited the test plan for this revision. (Show Details)
brooks added reviewers: emaste, trasz.
brooks retitled this revision from Convert mount(2) use to nmount(2). to Convert tunefs use to nmount(2)..Dec 16 2016, 9:52 PM
jhb edited edge metadata.

I wonder if we need a 'libmount' for the nmount helpers? df, mount_*, mountd, autofs, and now tunefs all pull in getmntopts.c.

This revision is now accepted and ready to land.Dec 20 2016, 8:55 PM
emaste edited edge metadata.

I wonder if we need a 'libmount' for the nmount helpers? df, mount_*, mountd, autofs, and now tunefs all pull in getmntopts.c.

Or in e.g. libutil?

This revision was automatically updated to reflect the committed changes.