Discussion:
[Bug 253894] Missing man pages for recently added VOPs
Add Reply
b***@freebsd.org
2021-02-27 15:20:56 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

Bug ID: 253894
Summary: Missing man pages for recently added VOPs
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Manual Pages
Assignee: ***@FreeBSD.org
Reporter: ***@FreeBSD.org
CC: ***@FreeBSD.org

Historically, there was a man page for [pretty much] each vnode operation in
section 9 -- e.g., VOP_READ(9), VOP_GETATTR(9), etc. However, some more
recently added operations appear to be without them:

VOP_FPLOOKUP_VEXEC
VOP_FPLOOKUP_SYMLINK
VOP_MMAPPED
VOP_NEED_INACTIVE
VOP_READ_PGCACHE

A few older VOPs also lack man pages:

VOP_CACHEDLOOKUP
VOP_POLL
VOP_SETLABEL (Arguably my fault, and I'll aim to fix that.)

It would also be nice if VOP_PANIC had a man page.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2021-02-27 17:04:22 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

--- Comment #1 from Robert Watson <***@FreeBSD.org> ---
I've now added one for VOP_SETLABEL(9) in 7bfd84444e6f. The others are
probably in someone else's jurisdiction.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2021-02-28 01:14:17 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

--- Comment #2 from Konstantin Belousov <***@FreeBSD.org> ---
The whole VFS pages in section 9 are so out of date that I am not sure if it is
worth the efforts.

Anyway, I added https://reviews.freebsd.org/D28980
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2021-02-28 19:51:03 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

Daniel Ebdrup Jensen <***@freebsd.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@freebsd.org
Keywords| |needs-patch
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2021-02-28 23:39:05 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

--- Comment #3 from commit-***@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=55eb51ab6649c3c10bf201f82a4ec410fe4da4a2

commit 55eb51ab6649c3c10bf201f82a4ec410fe4da4a2
Author: Konstantin Belousov <***@FreeBSD.org>
AuthorDate: 2021-02-28 01:08:37 +0000
Commit: Konstantin Belousov <***@FreeBSD.org>
CommitDate: 2021-02-28 23:38:33 +0000

Add VOP_READ_PGCACHE(9)

PR: 253894
Reviewed by: gbe, rwatson
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D28980

share/man/man9/Makefile | 1 +
share/man/man9/VOP_RDWR.9 | 1 +
share/man/man9/VOP_READ_PGCACHE.9 (new) | 134 ++++++++++++++++++++++++++++++++
share/man/man9/vnode.9 | 1 +
4 files changed, 137 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2021-03-03 03:49:30 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

--- Comment #4 from commit-***@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c79e239ceedae35b63334cc2879fb7a771224d0f

commit c79e239ceedae35b63334cc2879fb7a771224d0f
Author: Konstantin Belousov <***@FreeBSD.org>
AuthorDate: 2021-02-28 01:08:37 +0000
Commit: Konstantin Belousov <***@FreeBSD.org>
CommitDate: 2021-03-03 03:07:59 +0000

Add VOP_READ_PGCACHE(9)

PR: 253894

(cherry picked from commit 55eb51ab6649c3c10bf201f82a4ec410fe4da4a2)

share/man/man9/Makefile | 1 +
share/man/man9/VOP_RDWR.9 | 1 +
share/man/man9/VOP_READ_PGCACHE.9 (new) | 134 ++++++++++++++++++++++++++++++++
share/man/man9/vnode.9 | 1 +
4 files changed, 137 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-***@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-***@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
b***@freebsd.org
2024-11-25 04:30:07 UTC
Reply
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

Mark Linimon <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|***@FreeBSD.org |***@FreeBSD.org
Status|New |Closed
Resolution|--- |FIXED

--- Comment #5 from Mark Linimon <***@FreeBSD.org> ---
^Triage: committed and MFCed back in 2021.
--
You are receiving this mail because:
You are on the CC list for the bug.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...