From owner-svn-src-head@FreeBSD.ORG Tue Oct 12 22:43:18 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D44106566B; Tue, 12 Oct 2010 22:43:18 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.freebsd.org (Postfix) with ESMTP id 78A278FC0C; Tue, 12 Oct 2010 22:43:17 +0000 (UTC) Received: from c122-106-146-165.carlnfd1.nsw.optusnet.com.au (c122-106-146-165.carlnfd1.nsw.optusnet.com.au [122.106.146.165]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o9CMhEJZ007374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Oct 2010 09:43:14 +1100 Date: Wed, 13 Oct 2010 09:43:14 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Konstantin Belousov In-Reply-To: <201010100705.o9A75lrf073546@svn.freebsd.org> Message-ID: <20101013094301.H1075@besplex.bde.org> References: <201010100705.o9A75lrf073546@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r213664 - in head/sys: fs/cd9660 fs/hpfs fs/msdosfs fs/ntfs gnu/fs/reiserfs kern sys ufs/ffs ufs/ufs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 22:43:18 -0000 On Sun, 10 Oct 2010, Konstantin Belousov wrote: > Log: > The r184588 changed the layout of struct export_args, causing an ABI > breakage for old mount(2) syscall, since most struct _args > embed export_args. The mount(2) is supposed to provide ABI > compatibility for pre-nmount mount(8) binaries, so restore ABI to > pre-r184588. > > Requested and reviewed by: bde > MFC after: 2 weeks Thanks. Bruce