From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 15:45:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914B5106564A for ; Wed, 27 Oct 2010 15:45:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF0A8FC1F for ; Wed, 27 Oct 2010 15:45:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RFjMgs068542 for ; Wed, 27 Oct 2010 15:45:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RFjMjU068541 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 15:45:22 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010271545.o9RFjMjU068541@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 27 Oct 2010 15:44:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/cd9660 cd9660_mount.h cd9660_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c hpfsmount.h src/sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h src/sys/fs/ntfs ntfs_vfsops.c ntfsmount.h src/sys/gnu/fs/reiserfs reiserfs_mount.h ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 15:45:22 -0000 kib 2010-10-27 15:44:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/cd9660 cd9660_mount.h cd9660_vfsops.c sys/fs/hpfs hpfs_vfsops.c hpfsmount.h sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h sys/fs/ntfs ntfs_vfsops.c ntfsmount.h sys/gnu/fs/reiserfs reiserfs_mount.h reiserfs_vfsops.c sys/kern vfs_mount.c sys/sys mount.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufsmount.h Log: SVN rev 214420 on 2010-10-27 15:44:49Z by kib MFC r213664: 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. Revision Changes Path 1.9.10.2 +1 -1 src/sys/fs/cd9660/cd9660_mount.h 1.164.2.3 +3 -1 src/sys/fs/cd9660/cd9660_vfsops.c 1.68.2.2 +3 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.1.56.2 +1 -1 src/sys/fs/hpfs/hpfsmount.h 1.193.2.7 +3 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.40.2.3 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h 1.96.2.2 +5 -3 src/sys/fs/ntfs/ntfs_vfsops.c 1.8.32.2 +1 -1 src/sys/fs/ntfs/ntfsmount.h 1.2.22.2 +1 -1 src/sys/gnu/fs/reiserfs/reiserfs_mount.h 1.14.2.2 +3 -1 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c 1.312.2.4 +8 -0 src/sys/kern/vfs_mount.c 1.249.2.4 +2 -0 src/sys/sys/mount.h 1.366.2.7 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.39.2.2 +1 -1 src/sys/ufs/ufs/ufsmount.h