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)
Mon, Oct 6, 12:04 PM
Unknown Object (File)
Fri, Sep 26, 1:19 AM
Unknown Object (File)
Thu, Sep 25, 4:45 AM
Unknown Object (File)
Tue, Sep 23, 2:06 PM
Unknown Object (File)
Tue, Sep 23, 1:00 AM
Unknown Object (File)
Mon, Sep 22, 4:50 PM
Unknown Object (File)
Wed, Sep 17, 12:00 PM
Unknown Object (File)
Aug 31 2025, 6:19 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.