From 5021f993359d603c39b864681c2e838095a396e5 Mon Sep 17 00:00:00 2001 From: kib Date: Fri, 6 Jan 2012 15:07:28 +0000 Subject: [PATCH 35/65] MFC r227697: Change the interface for VOP_VPTOCNP(), now the dvp must be referenced. Convert all in-tree implementations of VOP_VPTOCNP(). This fixes VOP_VPTOCNP bypass for nullfs. Approved by: re (bz) git-svn-id: http://svn.freebsd.org/base/stable/9@229703 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f (cherry picked from commit 5e96d00142be6f0fb9e417c51b11e03ae59191e8) Signed-off-by: Xin Li --- UPDATING | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/UPDATING b/UPDATING index afa9af2..dbca85d 100644 --- a/UPDATING +++ b/UPDATING @@ -10,6 +10,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. 20120106: + The interface of the VOP_VPTOCNP(9) changed, now the returned + vnode shall be referenced, previously it was required to be + only held. All in-tree filesystems are converted. + +20120106: 9.0-RELEASE. 20111101: -- 1.7.8.3