From 1689dc666cc88dead070666fa00b8a4fda09c5c0 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Thu, 22 Aug 2019 01:18:36 +0000 Subject: [PATCH] Document r351361. --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index d9bca7b337fe..6102b903f004 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r351361: + Add probes for lockmgr(9) to the lockstat DTrace provider, add + corresponding lockstat(1) events, and document the new probes in + dtrace_lockstat.4. + r351201: Add a vop_stdioctl() call, so that file systems that do not support holes will have a trivial implementation of lseek(SEEK_DATA/SEEK_HOLE).