Page MenuHomeFreeBSD

statfs.2: Document the new MNT_NAMEDATTR mount flag
ClosedPublic

Authored by rmacklem on Apr 8 2025, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 1, 11:46 AM
Unknown Object (File)
Wed, May 28, 6:01 PM
Unknown Object (File)
Sun, May 25, 5:35 AM
Unknown Object (File)
Thu, May 22, 9:29 AM
Unknown Object (File)
Thu, May 22, 1:42 AM
Unknown Object (File)
Mon, May 19, 3:29 AM
Unknown Object (File)
Sun, May 11, 7:10 AM
Unknown Object (File)
Apr 24 2025, 12:48 AM
Subscribers

Details

Summary

Commit 2ec2ba7e232d added a new mount flag called
MNT_NAMEDATTR to indicate a mount supports named attributes.

This patch updates the man page for this flag.

Another man page that explains named attributes will
be introduced in a future commit.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lib/libsys/statfs.2
178

These seem roughly alphabetized. Should we put this after line 127?

Moved the MNT_NAMEDATTR entry up, to maintain
alphabetical ordering, as suggested by ziaee@.

This looks sharp! The first sentence explains everything. Terse, informative, perfect. Personally, I do prefer that we keep metadata like the commit hash in commit trailers such as "Fixes:" and do the first sentence of commit messages the same way.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 11 2025, 1:03 AM
This revision was automatically updated to reflect the committed changes.