Page MenuHomeFreeBSD

statfs.2: Document the new MNT_NAMEDATTR mount flag
ClosedPublic

Authored by rmacklem on Tue, Apr 8, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 15, 9:56 AM
Unknown Object (File)
Mon, Apr 14, 11:34 PM
Unknown Object (File)
Sat, Apr 12, 7:57 PM
Unknown Object (File)
Sat, Apr 12, 1:54 PM
Unknown Object (File)
Sat, Apr 12, 1:27 PM
Unknown Object (File)
Sat, Apr 12, 10:24 AM
Unknown Object (File)
Sat, Apr 12, 7:59 AM
Unknown Object (File)
Fri, Apr 11, 1:44 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 Not Applicable
Unit
Tests Not Applicable

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.Fri, Apr 11, 1:03 AM
This revision was automatically updated to reflect the committed changes.