From owner-freebsd-current@FreeBSD.ORG Tue Mar 22 06:11:34 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B0716A4CE; Tue, 22 Mar 2005 06:11:34 +0000 (GMT) Received: from falcon.loomes.de (smtp.loomes.de [212.40.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B464443D55; Tue, 22 Mar 2005 06:11:33 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from port-212-202-35-78.dynamic.qsc.de ([212.202.35.78] helo=[192.68.0.2]) by falcon.loomes.de with asmtp (Exim 4.30) id 1DDcbz-0005yD-T2; Tue, 22 Mar 2005 07:11:31 +0100 From: Markus Trippelsdorf To: Alexander Kabaev In-Reply-To: <20050321205515.GA35680@freefall.freebsd.org> References: <20050321205515.GA35680@freefall.freebsd.org> Content-Type: text/plain Date: Tue, 22 Mar 2005 07:11:27 +0100 Message-Id: <1111471888.9781.4.camel@bsd.trippelsdorf.de> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.ORG Subject: Re: Read-only XFS support for FreeBSD 6-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 06:11:34 -0000 On Mon, 2005-03-21 at 20:55 +0000, Alexander Kabaev wrote: > The read-only XFS access was quite stable in my testing and managed to > survive through multiple 'make -j12 buildworld' rounds with src/ stored > on XFS partition, so I think it is a good time for a wider community to > take it for a spin and start reporting bugs/panics that I overlooked. Unfortunately it does not build on my machine (AMD64): cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=k8 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/current/src/sys -I/usr/current/src/sys/contrib/dev/acpica -I/usr/current/src/sys/contrib/altq -I/usr/current/src/sys/contrib/ipfilter -I/usr/current/src/sys/contrib/pf -I/usr/current/src/sys/contrib/dev/ath -I/usr/current/src/sys/contrib/dev/ath/freebsd -I/usr/current/src/sys/contrib/ngatm -I/usr/current/src/sys/gnu/fs/xfs/FreeBSD -I/usr/current/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/current/src/sys/gnu/fs/xfs -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c: In function `xfs_alloc_mark_busy': /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: syntax error before "do" /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: `_tid' undeclared (first use in this function) /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: (Each undeclared identifier is reported only once /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: for each function it appears in.) /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2487: warning: unused variable `bsy' /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2488: warning: unused variable `n' /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c: At top level: /usr/current/src/sys/gnu/fs/xfs/xfs_alloc.c:2492: error: syntax error before "while"