Re: [PATCH v2 3/3] doc: Clean up list of unimplemented functions
Kris Van Hees <[email protected]> Fri, 19 Dec 2025 15:52:46 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 19, 2025 at 12:36:36PM -0500, [email protected] wrote: > From: Eugene Loh <[email protected]> > > The case of dpath is tricky. First, it is actually called d_path() and > it was always meant to be used internally. Further, it is in fact > implemented, but only as a stub that always returns "<unknown>". Just > remove it from this listing and remain silent on it. > > Signed-off-by: Eugene Loh <[email protected]> Reviewed-by: Kris Van Hees <[email protected]> > --- > doc/userguide/reference/unimplemented_functions.md | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/doc/userguide/reference/unimplemented_functions.md b/doc/userguide/reference/unimplemented_functions.md > index f69600b56..5f30c9385 100644 > --- a/doc/userguide/reference/unimplemented_functions.md > +++ b/doc/userguide/reference/unimplemented_functions.md > @@ -6,25 +6,12 @@ and some functions are not relevant to Linux and might never be implemented. > The following functions are not currently implemented: > > - `breakpoint` > - > - `chill` > - > -- `dpath` > - `ddi_pathname` > - > -- `inet_ntoa6` > - > -- `inet_ntop` > - > - `msgdsize` > - > - `msgsize` > - > - `panic` > - > - `pcap` > - > - `stop` > > - > **Parent topic:**[DTrace Function Reference](../reference/dtrace_functions.md) > -- > 2.47.3 >