From owner-svn-src-all@FreeBSD.ORG Wed May 27 18:11:53 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22DE56C9; Wed, 27 May 2015 18:11:53 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEF8975A; Wed, 27 May 2015 18:11:52 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wicmc15 with SMTP id mc15so101803187wic.1; Wed, 27 May 2015 11:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=psXUkqOmvbqDBhToDbVgJANMqs94LGWI7h/jI+zTdOY=; b=pKlGqJccIq2gMA5hDKzgtcqq0ugYSx8/J9n20LI2N29PpRYjgrE5DwZhgmNCiN0Dis ksnIXwVcSdYOQ+5ZD5MWZLRwSLtlc1f2sbGPPkHRTb6736B7O2/TkLC7PlSoj+oWgeRn tF1jGAeAWgZbqS3gNVLKEmxxiRIYLZmWXhlr9z96QPtB8N3akf/iF6XR2Kmp9JDUSLQS CWpRbduFVIHHiTg3M4vOrEsvvNmU7YsUPyxVfVzMYVm0lJJio1UpUVK7ZZQiWPOJ8TGK Dr78aDKMlAsaBUD68/s2BJlpFHFPxquRkW0o0xRMWZe7Hl1zYXkRnEcqv2+YchJzfD3Z Va2Q== MIME-Version: 1.0 X-Received: by 10.180.231.4 with SMTP id tc4mr8528924wic.27.1432750311203; Wed, 27 May 2015 11:11:51 -0700 (PDT) Received: by 10.27.77.201 with HTTP; Wed, 27 May 2015 11:11:51 -0700 (PDT) In-Reply-To: <201505271807.t4RI7XXg038604@svn.freebsd.org> References: <201505271807.t4RI7XXg038604@svn.freebsd.org> Date: Wed, 27 May 2015 14:11:51 -0400 Message-ID: Subject: Re: svn commit: r283623 - head/sys/sys From: Benjamin Kaduk To: Konstantin Belousov Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 18:11:53 -0000 On Wed, May 27, 2015 at 2:07 PM, Konstantin Belousov wrote: > Author: kib > Date: Wed May 27 18:07:32 2015 > New Revision: 283623 > URL: https://svnweb.freebsd.org/changeset/base/283623 > > Log: > Bump __FreeBSD_version for the r283602, which changed dounmount() to > require referenced struct mount *. > Thank you! -Ben